ShapeTextAlignment.RotationAngle

ShapeTextAlignment.RotationAngle property

Gets and sets the rotation of the shape.

public double RotationAngle { get; set; }

Examples


[C#]
shapeTextAlignment.RotationAngle = 90;

See Also