PointerEventArgs.TiltY 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
平面角度 (以度為單位,介於 X-Z 平面與平面之間的 -90 到 90) ,例如畫筆手寫筆 () 軸和 X 軸。
public:
property float TiltY { float get(); void set(float value); };
public float TiltY { get; set; }
member this.TiltY : single with get, set
Public Property TiltY As Single