LassoSelectionChangedEventArgs.DeselectedStrokes 속성

정의

SelectionChanged 이벤트가 마지막으로 발생한 이후 올가미 경로에서 제거된 스트로크를 가져옵니다.

public:
 property System::Windows::Ink::StrokeCollection ^ DeselectedStrokes { System::Windows::Ink::StrokeCollection ^ get(); };
public System.Windows.Ink.StrokeCollection DeselectedStrokes { get; }
member this.DeselectedStrokes : System.Windows.Ink.StrokeCollection
Public ReadOnly Property DeselectedStrokes As StrokeCollection

속성 값

StrokeCollection 이벤트가 마지막으로 발생한 이후 올가미 경로에서 제거된 스트로크가 들어 있는 SelectionChanged입니다.

설명

Stroke 올가미 경로로의 범위 내에 더 이상 없을 때 올가미 경로에서 제거 됩니다.

적용 대상