InkCollectorSystemGestureEventArgs.CursorMode Property
InkCollectorSystemGestureEventArgs.CursorMode Property |
Gets a value that indicates whether the Cursor object is in normal mode or eraser mode.
Definition
Visual Basic .NET Public ReadOnly Property CursorMode As Integer C# public int CursorMode { get; } Managed C++ public: __property int* get_CursorMode();
Property Value
System.Int32. Whether the Cursor object is in normal, or pen tip mode, or inverted, or eraser mode.
This property is read-only. This property has no default value.
1
Normal mode. The pen tip is used. 2
Eraser mode. The pen is inverted.
See Also