property Label.WordWrap as Boolean
Indicates whether a multiline label control automatically wraps words to the beginning of the next line when necessary.

TypeDescription
Boolean A Boolean expression that specifies whether the control automatically wraps words to the beginning of the next line when necessary.
By default, the WordWrap property is False. If the WordWrap property is True, the control wraps words. Use the <br> to break programmatically a line. Use the Caption property to assign a HTML caption to your label.