WrappingMode Enumeration
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
Public Enumeration WrappingMode
Dim instance As WrappingMode
public enum class WrappingMode
 | Disabled | 0 | 
            The text will not be wrapped at the maximum line length.
             | 
| Enabled | 1 | 
            The text will be white-space wrapped at the maximum line length, and if there is no
            suitable white-space location to wrap the text, it will be wrapped at the line length.
             | 
| EnabledNoForce | 2 | 
            The text will be white-space wrapped at the maximum line length. If there is no suitable
            white-space location to wrap the text, the line will not be wrapped.
             |