VisualElement.RotationY Propiedad
Definición
Obtiene o establece la rotación sobre el eje Y (rotación de perspectiva) cuando se representa el elemento.Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered.
public double RotationY { get; set; }
member this.RotationY : double with get, set
Valor de propiedad
Rotación sobre el eje Y en grados.The rotation about the Y-axis in degrees.
Comentarios
La rotación se aplica en relación con AnchorX y AnchorY .RotationY is applied relative to AnchorX and AnchorY.