Label.WordWrap

Syntax

Label.WordWrap

Data Type

Boolean

Purpose

When this property is True , the Label can display multiple lines of text, and the Label breaks lines before a word that would extend past the right edge of the control. When this property is False , the Label always displays one line of text.

Remarks

When this property is True , the Label.AutoSize property causes the Label to expand vertically. When this property is False , the Label.AutoSize property causes the Label to expand horizontally.

See Also

Label.AutoSize