次の方法で共有


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 の 場合は、ペンの消しゴムからの入力です。 Oherwise、false。

適用対象

こちらもご覧ください