Gets or sets a value representing the size of the diagram's scrollable area.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Rect Bounds { get; set; } |
Visual Basic Copy Code |
---|
Public Property Bounds As Rect |
An instance of the Microsoft.Maui.Graphics.Rect structure. The default size of the document is the standard A4 size (210x297 mm).
Use this property to specify how large a document should be, that is, how far it can be scrolled. If ShowScrollbars is enabled, setting the document extents also updates the scrollbar ranges. After creating a diagram programmatically, you might wish to call ResizeToFitItems to make the scrollable area just big enough to contain all diagram elements.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |