PointerPointProperties.YTilt Property

Gets the plane angle between the X-Z plane and the plane that contains the X axis and the axis of the input device (typically a pen/stylus).

Syntax

public:
property float32 YTilt {
         float32 get ();
}  

Property value

Type: float32 

  The value is 0.0 when the finger or pen is perpendicular to the digitizer surface, between 0.0 and -179.0 when tilted towards the user, and between 0.0 and 179.0 when tilted away from the user. The default value is 0.0.

Remarks

This property is used in conjunction with XTilt to indicate the tilt away from normal of the input device.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

PointerPointProperties Class

PointerPointProperties Members

Windows.UI.Input Namespace