Back to Devexpress

DiagramOptionsExport.ExportMargin Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsexport-c0825322.md

latest1.7 KB
Original Source

DiagramOptionsExport.ExportMargin Property

Specifies the margin between diagram contents and page bounds when exporting the diagram.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DiagramCategory(DiagramCategory.Export)]
public virtual Padding ExportMargin { get; set; }
vb
<DiagramCategory(DiagramCategory.Export)>
Public Overridable Property ExportMargin As Padding

Property Value

TypeDefaultDescription
Padding"0,0,0,0"

A System.Windows.Forms.Padding value that represents the margin between diagram contents and page bounds.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExportMargin
DiagramControl

.OptionsExport .ExportMargin

|

See Also

DiagramOptionsExport Class

DiagramOptionsExport Members

DevExpress.XtraDiagram.Options Namespace