Skip to main content

DiagramControl.FitToDrawing() Method

Changes the page size to fit the diagram contents.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.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 DiagramOptionsView.FitToDrawingMargin property specifies the margin between the diagram content and the page bounds.

See Also