"skin"
Defines the appearance of the EWO.
Synopsis
shape.skin(string name);
Parameters
Parameter | Description |
---|---|
name |
Name of the predefined skin which shall be used for displaying the EWO. The following skins are available:
|
Description
Defines the appearance of the EWO.
Example
In the following example, the "Smooth" skin is used.
main()
{
this.skin("Smooth");
}
Assignment
DialGauge EWO