WrapStyle property determines how words are wrapped
Member of Label (PRIM_SLAB)
Data Type - Enumeration
The WrapStyle property specifies how text is wrapped. The WordWrap property must be set to True.
Enum Value | Description |
---|---|
Continuous | Wrap after the last character that fits |
Word | Wrap after the last word that fits |
Febuary 18 V14SP2