Label.WordWrap
- Updated2025-07-21
- 1 minute(s) read
Label.WordWrap
Syntax
Label.WordWrap
Data Type
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.