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축에 대한 회전(도)입니다.

설명

회전은 및 AnchorYAnchorX 기준으로 적용됩니다.

적용 대상