DiagramControl.FitToDrawing() Method
Changes the page size to fit the diagram contents.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Remarks
The FitToDrawing method shrinks or extends the current page bounds so that they are sufficiently large to fit the diagram contents. The DiagramControl.FitToDrawingMargin property specifies the margin between the diagram content and the page bounds.
See Also