Skip to main content

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public Thickness ExportMargin { get; set; }

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