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.
GestureRecognitionData.Item Property |
Gets the gesture recognition alternate specified by the index within the collection of alternates.
Definition
Visual Basic .NET Public ReadOnly Property Item As GestureAlternate C# public GestureAlternate Item { get; } Managed C++ public: __property GestureAlternate* get_Item(
int *index);
Property Value
Microsoft.StylusInput.PluginData.GestureAlternate.
This property is read-only. This property has no default value.
Parameters
index System.Int32. Index of the alternate.
Exceptions