SystemGestureData.Stylus Property
SystemGestureData.Stylus Property |
Gets the information about the tablet pen at the time the system gesture occurs.
Definition
Visual Basic .NET Public ReadOnly Property Stylus As Stylus C# public Stylus Stylus { get; } Managed C++ public: __property Stylus* get_Stylus();
Property Value
Microsoft.StylusInput.Stylus. The information about the tablet pen at the time the system gesture occurs.
This property is read-only. This property has no default value.