PointerEventArgs.TiltX 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 Y-Z plane and the plane containing both the transducer (e.g. pen stylus) axis and the Y axis.
public:
property float TiltX { float get(); void set(float value); };
public float TiltX { get; set; }
member this.TiltX : single with get, set
Public Property TiltX As Single