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

プロパティ値

注釈

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

適用対象