PointerEventArgs.TiltY 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.
Angle du plan (en degrés, dans la plage de -90 à 90) entre le plan X-Z et le plan contenant à la fois l’axe du transducteur (par exemple, stylet de stylet) et l’axe X.
public:
property float TiltY { float get(); void set(float value); };
public float TiltY { get; set; }
member this.TiltY : single with get, set
Public Property TiltY As Single