DiagramControl.FitToDrawingMargin Property
Gets or sets the margin between diagram contents and page bounds when calling the DiagramControl.FitToDrawing and DiagramControl.FitToItems methods. 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 Thickness value that represents the margin between diagram contents and page bounds. |
Remarks
The margin specified by the FitToDrawingMargin property cannot be less than the DiagramControl.PageMargin property value.
See Also