RotationAngle

Shape.RotationAngle property

الحصول على دوران الشكل وتعيينه.

public double RotationAngle { get; set; }

أمثلة


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

أنظر أيضا