TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PointerPointProperties Class / XTilt Property

In This Topic
    XTilt Property (PointerPointProperties)
    In This Topic
    Gets the plane angle between the Y-Z plane and the plane that contains the Y axis and the axis of the input device (typically a pen/stylus).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XTilt As Single
    public float XTilt {get;}

    Property Value

    The value is 0.0 when the finger or pen is perpendicular to the digitizer surface, between 0.0 and 179.0 when tilted to the right of perpendicular, and between 0.0 and -179.0 when tilted to the left of perpendicular. The default value is 0.0.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also