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