ShapeTextAlignment.TextVerticalOverflow

ShapeTextAlignment.TextVerticalOverflow property

Gets and sets the text vertical overflow type of the text box.

public TextOverflowType TextVerticalOverflow { get; set; }

Examples


[C#]
shapeTextAlignment.TextVerticalOverflow = TextOverflowType.Clip;

See Also