InkCanvasStrokesReplacedEventArgs.PreviousStrokes Property

Definition

Gets the previous strokes of the InkCanvas.

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

Property Value

The previous strokes of the InkCanvas.

Applies to