RotationAngle

ShapeTextAlignment.RotationAngle property

Obtiene y establece la rotación de la forma.

public double RotationAngle { get; set; }

Ejemplos


[C#]
shapeTextAlignment.RotationAngle = 90;

Ver también