[]
Gets or sets how text wrapping behaves around a text box containing the paragraph. Specifies whether surrounding text is allowed to overlap the text box boundaries and wrap tightly to the actual text content inside the box.
public TextboxTightWrap TextboxTightWrap { get; set; }
Public Property TextboxTightWrap As TextboxTightWrap
This property takes effect only for paragraphs within a text box; it is ignored otherwise.