VisualElement.Rotation プロパティ

定義

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

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

プロパティ値

Z 軸の回転角度。

注釈

回転は、 と AnchorYに対してAnchorX適用されます。

適用対象