RotationAngle

Shape.RotationAngle property

Hämtar och ställer in rotationen av formen.

public double RotationAngle { get; set; }

Exempel


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

Se även