TextShapeType

ShapeTextAlignment.TextShapeType property

Ottiene e imposta il tipo di trasformazione del testo.

public AutoShapeType TextShapeType { get; set; }

Esempi


[C#]
//Di solito non modificare questo valore a meno che non si sappia esattamente in cosa risulterà la modifica
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;

Guarda anche