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


In This Topic
IsInverted Property
In This Topic
Gets a value that indicates whether the digitizer pen is inverted.
Syntax
'Declaration
 
Public ReadOnly Property IsInverted As Boolean
 
'Usage
 
Dim instance As PointerPointProperties
Dim value As Boolean
 
value = instance.IsInverted

Property Value

true if inverted; otherwise, false.
See Also