Share via


InkEditStrokeEventArgs.Stroke Property

InkEditStrokeEventArgs.Stroke Property

Gets the Stroke object that generated the Stroke event.

Definition

Visual Basic .NET Public ReadOnly Property Stroke As Stroke
C# public Stroke Stroke { get; }
Managed C++ public: __property Stroke* get_Stroke();

Property Value

Microsoft.Ink.Stroke.

This property is read-only. This property has no default value.

See Also