"textElideMode"
Defines the elide mode, i.e. how the text is shown if there is not enough space for the entire text.
Synopsis
shape.textElideMode(float limit);
Parameters
Parameter | Description |
---|---|
mode |
The following elide modes are available:
|
Description
Defines the elide mode, i.e. how the text is shown if there is not enough space for the entire text.
Example
In the following example a upper limit of 150 is defined.
main()
{
this.textElideMode(150);
}
Assignment
DialGauge EWO