Label..::..TextWrap Property

Gets or sets a value indicating whether [text wrap].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool TextWrap { get; set; }
Public Property TextWrap As Boolean
	Get
	Set
public:
property bool^ TextWrap {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [text wrap]; otherwise, false.