ShapeTextAlignment.TextHorizontalOverflow

ShapeTextAlignment.TextHorizontalOverflow property

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

public TextOverflowType TextHorizontalOverflow { get; set; }

Examples


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

See Also