Gets the Selection object representing current selection lasso tool.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Selection Selection { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Selection As Selection |
A Selection instance representing current lasso tool.
RemarksAt this time this argument is set only for InitializeLasso events.
See Also