PointerPointProperties.IsEraser Propriété

Définition

Obtient une valeur qui indique si l’entrée provient d’une gomme de stylet.

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

Valeur de propriété

Boolean

bool

True si l’entrée provient d’une gomme de stylet ; sinon, false.

S’applique à

Voir aussi