Skip to main content
A newer version of this page is available. .

DiagramControl.FitToDrawing() Method

Changes the page size to fit the diagram contents.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public void FitToDrawing()

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