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 轴的旋转(以度为单位)。

注解

相对于 AnchorXAnchorY应用旋转。

适用于