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

顺时针旋转的角度(以度为单位)。

适用于