Share via


InPlaceTextEditor.WordWrap Property

Definition

Gets or sets a value indicating whether the editor should word wrap.

public:
 property bool WordWrap { bool get(); void set(bool value); };
public bool WordWrap { get; set; }
member this.WordWrap : bool with get, set
Public Property WordWrap As Boolean

Property Value

true if the editor should word wrap.

Applies to