Compartilhar via


InkCollectorCursorDownEventArgs.Stroke Property

InkCollectorCursorDownEventArgs.Stroke Property

Gets the Stroke object that was started when the Cursor object caused the CursorDown event to fire.

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. The object that was started when the Cursor object caused the CursorDown event to fire.

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

See Also