DiagramOptionsView.FitToDrawingMargin Property
In This Article
Gets or sets the margin between diagram contents and page bounds when calling the DiagramControl.FitToDrawing and DiagramControl.FitToItems methods.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Padding | "24,24,24,24" | A Padding value that represents the margin between diagram contents and page bounds. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Fit |
---|---|
Diagram |
|
#Remarks
The margin specified by the FitToDrawingMargin property cannot be less than the DiagramControl.PageMargin property value.
See Also