LassoSelectionChangedEventArgs.SelectedStrokes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les traits qui ont été entourés par le chemin de lasso depuis la dernière fois que l’événement SelectionChanged a été déclenché.
public:
property System::Windows::Ink::StrokeCollection ^ SelectedStrokes { System::Windows::Ink::StrokeCollection ^ get(); };
public System.Windows.Ink.StrokeCollection SelectedStrokes { get; }
member this.SelectedStrokes : System.Windows.Ink.StrokeCollection
Public ReadOnly Property SelectedStrokes As StrokeCollection
Valeur de propriété
Qui StrokeCollection contient les traits qui ont été entourés par le chemin de lasso depuis la dernière fois que l’événement SelectionChanged a été déclenché.