Skip to main content
A newer version of this page is available. .

DiagramOptionsExport.ExportMargin Property

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DiagramCategory(DiagramCategory.Export)]
public virtual Padding ExportMargin { get; set; }

Property Value

Type Default
Padding "0,0,0,0"

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportMargin
DiagramControl
.OptionsExport.ExportMargin
See Also