DiagramOptionsView.PageSize Property
In This Article
Gets or sets the initial diagram canvas size. This property also specifies to what extent the canvas is expanded/shrunk in auto-size mode (see DiagramOptionsView.CanvasSizeMode).
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Size |
"1056,816" | The page size. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Page |
---|---|
Diagram |
|
#Remarks
The DiagramOptionsView.PaperKind property allows you to use one of the standard paper sizes as the page size.
See Also