Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerPointProperties Class / IsEraser Property


In This Topic
IsEraser Property
In This Topic
Gets a value that indicates whether the input is from a digitizer eraser.
Syntax
'Declaration
 
Public ReadOnly Property IsEraser As Boolean
 
'Usage
 
Dim instance As PointerPointProperties
Dim value As Boolean
 
value = instance.IsEraser

Property Value

true if the input is from a digitizer eraser; otherwise, false.
See Also