Shape.Rotation Propiedad

Definición

Devuelve o establece el número de grados que gira la forma especificada alrededor del eje z.

public:
 property float Rotation { float get(); void set(float value); };
public float Rotation { get; set; }
member this.Rotation : single with get, set
Public Property Rotation As Single

Valor de propiedad

Comentarios

Un valor positivo indica un giro hacia la derecha; un valor negativo indica un giro hacia la izquierda.

Para establecer la rotación de una forma tridimensional alrededor del eje X o del eje Y, use la RotationX propiedad o la RotationY propiedad del ThreeDFormat objeto .

Se aplica a