The TextWrapping enumeration is used to define text wrapping parameters.
Used by the following property:
Value | Brief description |
TextWrappingNoWrap | Text is wrapped regardless of character boundaries when it reaches the end of the field for text display. |
TextWrappingWrap | Text is wrapped by words. |
See also: