TextBoxOptions.ShapeTextVerticalAlignment

TextBoxOptions.ShapeTextVerticalAlignment property

It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel.

public ShapeTextVerticalAlignmentType ShapeTextVerticalAlignment { get; set; }

Examples


[C#]
shape.TextBoxOptions.ShapeTextVerticalAlignment = ShapeTextVerticalAlignmentType.Left;

See Also