InkCollectorNewPacketsEventArgs.Stroke Property

InkCollectorNewPacketsEventArgs.Stroke Property

Gets the Stroke object that generated the NewPackets 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. The object that generated the NewPackets event.

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

See Also