VisualElement.RotationY 属性

定义

获取或设置呈现元素时围绕 Y 轴(透视旋转)的旋转角度(以度为单位)。 这是一种可绑定属性。

public:
 property double RotationY { double get(); void set(double value); };
public double RotationY { get; set; }
member this.RotationY : double with get, set
Public Property RotationY As Double

属性值

以度为单位的 Y 轴旋转。

注解

相对于 和 AnchorY应用AnchorX旋转。

适用于