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.
InkCollectorStrokeEventArgs.Stroke Property |
Gets the collected 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. The collected object that generated the Stroke event.
This property is read-only. This property has no default value.
See Also