TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PointerPointProperties Class / IsEraser Property

In This Topic
    IsEraser Property (PointerPointProperties)
    In This Topic
    Gets a value that indicates whether the input is from a digitizer eraser.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEraser As Boolean
    public bool IsEraser {get;}

    Property Value

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