次の方法で共有


VisualElement.RotationY プロパティ

定義

要素の描画時に、Y 軸を中心とする回転 (パースペクティブ回転) (度単位) を取得または設定します。 これはバインド可能なプロパティです。

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

プロパティ値

注釈

回転は、次の基準に対して AnchorX 適用されます AnchorY

適用対象