ShapeTextAlignment.TextVerticalType

ShapeTextAlignment.TextVerticalType property

Gets and sets the text direction.

public TextVerticalType TextVerticalType { get; set; }

Examples


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

See Also