PointerPointProperties.Orientation 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与数字化器) 表面垂直的 z 轴 (指针设备主轴的逆时针旋转角度。 值为 0.0 度表示设备面向数字化器的顶部。
public:
 property float Orientation { float get(); };
	float Orientation();
	public float Orientation { get; }
	var single = pointerPointProperties.orientation;
	Public ReadOnly Property Orientation As Single
	属性值
		
		Single
	float
旋转度为 0.0 到 359.0 之间的值。 默认值为 0.0。
注解
方向也称为方位角。