RotationAngle

Shape.RotationAngle property

Obtiene y establece la rotación de la forma.

public double RotationAngle { get; set; }

Ejemplos


[C#]
if(shape.RotationAngle == 45)
    shape.RotationAngle = 60;

Ver también