InkCollectorGestureEventArgs.Strokes Property
InkCollectorGestureEventArgs.Strokes Property |
Gets the Strokes collection that the recognizer returned as the application gesture.
Definition
Visual Basic .NET Public ReadOnly Property Strokes As Strokes C# public Strokes Strokes { get; } Managed C++ public: __property Strokes* get_Strokes();
Property Value
Microsoft.Ink.Strokes. The Strokes collection that the recognizer retuirned as the gesture.
This property is read-only. This property has no default value.
See Also