DiagramControl.ExportMargin Property
Gets or sets the margin between diagram contents and page bounds when exporting the diagram. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
Thickness | A System.Windows.Thickness value that represents the margin between diagram contents and page bounds. The default value is 0,0,0,0 |
See Also