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

    Property Value

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