Search
LinkValidationEventArgs.SelectionRectangle Property
See Also
 





Gets the current selection rectangle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF SelectionRectangle { get; }

Visual Basic  Copy Code

Public ReadOnly Property SelectionRectangle As RectangleF

 Property Value

A .NET RectangleF instance representing the selection rectangle.

 See Also