Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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