|
|
|
TextStyle Property, TextPartClass Class |
Defines the text style of the text part.
Syntax TextPartClass Class (Softelvdm.Controls)
VB |
Public Property TextStyle As LineStyleEnum |
C# |
public LineStyleEnum TextStyle { get; set; } |
C++ |
public: property LineStyleEnum TextStyle { |
Property Value
The text style.
Value |
Description |
|
0 | The text will not wrap around and use only explicit line breaks. | |
1 | The text will automatically word-wrap and allows explicit line breaks. |
The default value is LineStyleEnum.Wordwrap.
Comments
The TextStyle property defines the text style of the text part.
Version Information
Supported in version 1.0.
Products Table