TextVerticalType

ShapeTextAlignment.TextVerticalType property

Obtiene y establece la dirección del texto.

public TextVerticalType TextVerticalType { get; set; }

Ejemplos


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

Ver también