MindFusion.Wpf Pack Programmer's Guide
SelectionEventArgs.Selection Property
See Also
 





Gets the Selection object representing current selection lasso tool.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Selection Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As Selection

 Property Value

A Selection instance representing current lasso tool.

 Remarks

At this time this argument is set only for InitializeLasso events.

 See Also

SelectionEventArgs Members
SelectionEventArgs Class
MindFusion.Diagramming.Wpf Namespace