Search
NodeValidationEventArgs.SelectionRectangle Property
See Also
 





Gets the current selection rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect SelectionRectangle { get; }

Visual Basic  Copy Code

Public ReadOnly Property SelectionRectangle As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect representing the selection rectangle.

 See Also