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

属性值

注解

旋转相对于 AnchorXAnchorY

适用于