PointerEventArgs.TiltY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The plane angle (in degrees, in the range of -90 to 90) between the X-Z plane and the plane containing both the transducer (e.g. pen stylus) axis and the X axis.
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