|
|
|
LineStyleEnum Enumeration |
Defines attributes of a text string.
Syntax LineStyleEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum LineStyleEnum |
C# |
public enum LineStyleEnum |
C++ |
public enum class LineStyleEnum |
Member |
Value |
Description |
NoWrap | 0 | The text will not wrap around and use only explicit line breaks. |
Wordwrap | 1 | The text will automatically word-wrap and allows explicit line breaks. |
Comments
The LineStyleEnum enumeration defines attributes of a text string.
Version Information
Supported in version 1.0.
Products Table