UIElement.Rotation 屬性

定義

設定順時針旋轉的角度,以度數為單位。 相對於旋轉軸和中心點旋轉。 會影響元素的渲染位置。

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

順時針旋轉的角度,以度數為單位。

適用於