TextBoxOptions.WrapTextInShape

TextBoxOptions.WrapTextInShape property

Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body.

public bool WrapTextInShape { get; set; }

Examples


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

See Also