Specifies whether or not text wraps when it reaches the edge of its containing box.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public TextWrapping TextWrapping { get; set; }
Visual Basic
Public Property TextWrapping As TextWrapping
	Get
	Set
JScript
function get TextWrapping () : TextWrapping
function set TextWrapping (value : TextWrapping)

See Also