PointerPointProperties.IsEraser 属性

定义

获取一个值,该值指示输入是否来自笔橡皮擦。

public:
 property bool IsEraser { bool get(); };
bool IsEraser();
public bool IsEraser { get; }
var boolean = pointerPointProperties.isEraser;
Public ReadOnly Property IsEraser As Boolean

属性值

Boolean

bool

如果输入来自笔橡皮擦,则为 True;否则为 false。

适用于

另请参阅