Function
Specifies the display mode for multi-line text.
Variable type
[ C#: short ] [ VB.NET: Short ]
Initial value
0
Setting value
Value |
Description |
0 |
MultiText mode disabled |
1 |
Specifies the display target line in DisplayText |
2<= |
Automatically switches text data for the specified number of lines |
Remarks
Specifies the display mode for multi-line
text.
When MultiText mode is disabled (0), the string in the Text
property is displayed on the label.
Use MultiText to specify the string to switch.
The switching method is specified in MultiLineEffect.
It is used in combination with the switching interval set by MultiLineWait.