RotationAngle

Shape.RotationAngle property

Ottiene e imposta la rotazione della forma.

public double RotationAngle { get; set; }

Esempi


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

Guarda anche