UIElement.Rotation プロパティ

定義

時計回りの回転角度を度単位で取得または設定します。 RotationAxis と CenterPoint を基準にして回転します。 要素のレンダリング位置に影響します。

public:
 property float Rotation { float get(); void set(float value); };
float Rotation();

void Rotation(float value);
public float Rotation { get; set; }
var single = uIElement.rotation;
uIElement.rotation = single;
Public Property Rotation As Single

プロパティ値

Single

float

時計回りの回転角度 (度単位)。

適用対象