Gets the Selection object representing current selection lasso tool.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Selection Selection { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Selection As Selection |
A Selection object implementing selection lasso tool.
See Also