Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.29 KB

inkpoint_tilty.md

File metadata and controls

26 lines (17 loc) · 2.29 KB
-api-id -api-type
P:Windows.UI.Input.Inking.InkPoint.TiltY
winrt property

Windows.UI.Input.Inking.InkPoint.TiltY

-description

Gets the plane angle between the X-Z plane and the plane containing the X axis and the axis of the input device.

-property-value

A value in the range of -90 to +90 degrees. A positive Y tilt is toward the user.

-remarks

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

-examples

-see-also

tiltx, ignoretilt, Pen and stylus interactions, Get started: Support ink in your UWP app, Ink analysis sample (basic) (C#), Ink handwriting recognition sample (C#), Save and load ink strokes from an Ink Serialized Format (ISF) file, Save and load ink strokes from the clipboard, Ink toolbar location and orientation sample (basic), Ink toolbar location and orientation sample (dynamic), Coloring book sample, Family notes sample, Inking sample (JavaScript), Simple inking sample (C#/C++), Complex inking sample (C++), Ink analysis sample