Back to Devexpress

DiagramControl.FitToDrawing() Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-884ab001.md

latest1.1 KB
Original Source

DiagramControl.FitToDrawing() Method

Changes the page size to fit the diagram contents.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public void FitToDrawing()
vb
Public Sub 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

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace