MindFusion.Wpf Pack Programmer's Guide
Diagram.Bounds Property
See Also
 





Gets or sets a value representing the size of the diagram's scrollable area.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As Rect

 Property Value

An instance of the .NET Rect structure. The default size of the document is the standard A4 size, that is 210x297.

 Remarks

Use this property to specify how large a document should be, that is, how far it can be scrolled.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
MeasureUnit Property
RestrictItemsToBounds Property
AutoResize Property