RotationAngle

Shape.RotationAngle property

Ruft die Drehung der Form ab und legt sie fest.

public double RotationAngle { get; set; }

Beispiele


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

Siehe auch