PointerPointProperties.IsEraser Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.