Search
Selection.Bounds Property
See Also
 





Gets the rectangle that bounds all selected items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect instance.

 See Also