VisualElement.RotationX 屬性

定義

取得或設定呈現元素時繞著 X 軸 (透視旋轉) 的旋轉 (度)。 這是可繫結屬性。

public:
 property double RotationX { double get(); void set(double value); };
public double RotationX { get; set; }
member this.RotationX : double with get, set
Public Property RotationX As Double

屬性值

以度為單位的 X 軸旋轉。

備註

旋轉是相對於 AnchorXAnchorY套用。

適用於