TextBoxOptions.AllowTextToOverflow

TextBoxOptions.AllowTextToOverflow property

Whether allow text to overflow shape.

public bool AllowTextToOverflow { get; set; }

Examples


[C#]
shape.TextBoxOptions.AllowTextToOverflow = true;

See Also