TextWrap Property
TextWrap
Gets or sets whether to automatically wrap text without line breaks.
Declaration
public virtual bool TextWrap { get; set; }
Public Overridable Property TextWrap As Boolean
Examples
element.TextWrap = true;
element.TextWrap = True;