TextBoxWordWrap Property

Gets or sets the value determining that this is a multiline text box control that automatically wraps words to the beginning of the next line when necessary.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool WordWrap { get; set; }

Property Value

Boolean

See Also