Back to Devexpress

DiagramControl.ExportMargin Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-f95609f6.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public Thickness ExportMargin { get; set; }
vb
Public Property ExportMargin As Thickness

Property Value

TypeDescription
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

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace