RadialControllerButtonReleasedEventArgs.Contact 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 l’emplacement et la zone englobante du dispositif de roue sur la surface du numériseur, pendant qu’un outil personnalisé est actif.
public:
property RadialControllerScreenContact ^ Contact { RadialControllerScreenContact ^ get(); };
RadialControllerScreenContact Contact();
public RadialControllerScreenContact Contact { get; }
var radialControllerScreenContact = radialControllerButtonReleasedEventArgs.contact;
Public ReadOnly Property Contact As RadialControllerScreenContact
Valeur de propriété
Emplacement et zone englobante, en pixel indépendant du périphérique (DIP), du dispositif de roue sur la surface du numériseur.
null, si le contact n’est pas détecté.