PointerPointProperties.Twist 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.
Gets the clockwise rotation in degrees of a pen device around its own major axis (such as when the user spins the pen in their fingers).
public:
property float Twist { float get(); };
float Twist();
public float Twist { get; }
var single = pointerPointProperties.twist;
Public ReadOnly Property Twist As Single
Property Value
Single
float
A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.