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.
StylusOutOfRangeData.Stylus Property |
Gets the information about the tablet pen at the time that it leaves the input area of the RealTimeStylus object or leaves 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 leaves the input area of the RealTimeStylus object or leaves 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.