Indicates whether a multiline label control automatically wraps words to the beginning of the next line when necessary.
Type
Description
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.