Spread Windows Forms 15.0
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
    public bool IsInverted {get;}

    Property Value

    true if inverted; otherwise, false.
    See Also