StylusInRangeData.Stylus Property
StylusInRangeData.Stylus Property |
Gets the information about the tablet pen at the time that it enters the input area of the RealTimeStylus object or enters the detection range of the digitizer above the input area of the RealTimeStylus object.
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 tablet enters the input area of the RealTimeStylus object or enters the detection range of the digitizer above the input area of the RealTimeStylus object.
This property is read-only. This property has no default value.