DiagramOptionsExport.ExportMargin Property
In This Article
Specifies the margin between diagram contents and page bounds when exporting the diagram.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DiagramCategory(DiagramCategory.Export)]
public virtual Padding ExportMargin { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Padding | "0,0,0,0" | A System. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Export |
---|---|
Diagram |
|
See Also