TextVerticalType

ShapeTextAlignment.TextVerticalType property

Ottiene e imposta la direzione del testo.

public TextVerticalType TextVerticalType { get; set; }

Esempi


[C#]
shapeTextAlignment.TextVerticalType = Aspose.Cells.Drawing.Texts.TextVerticalType.Horizontal;

Guarda anche