KeyboardEventArgs.Location 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.
Emplacement de la clé sur l’appareil.
public:
property float Location { float get(); void set(float value); };
public float Location { get; set; }
member this.Location : single with get, set
Public Property Location As Single