LassoSelectionChangedEventArgs::SelectedStrokes Property

 

Gets the strokes that have been surrounded by the lasso path since the last time the SelectionChanged event was raised.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property StrokeCollection^ SelectedStrokes {
	StrokeCollection^ get();
}

Property Value

Type: System.Windows.Ink::StrokeCollection^

A StrokeCollection that contains the strokes that have been surrounded by the lasso path since the last time the SelectionChanged event was raised.

.NET Framework
Available since 3.0
Return to top
Show: