Search
SelectionEventArgs.Selection Property
See Also
 





Gets the Selection object representing current selection lasso tool.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Selection Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As Selection

 Property Value

A Selection object implementing selection lasso tool.

 See Also