TextShapeType

ShapeTextAlignment.TextShapeType property

Obtiene y establece el tipo de transformación de texto.

public AutoShapeType TextShapeType { get; set; }

Ejemplos


[C#]
//Por lo general, no modifique este valor a menos que sepa exactamente en qué resultará la modificación
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;

Ver también