TextBoxOptions.ShapeTextDirection

TextBoxOptions.ShapeTextDirection property

Gets or sets the text display direction within a given text body. It corresponds to “Format Shape - Text Options - Text Box - Text direction” in Excel

public TextVerticalType ShapeTextDirection { get; set; }

Examples


[C#]
shape.TextBoxOptions.ShapeTextDirection = TextVerticalType.Vertical;

See Also