Discrete text color
- Last UpdatedJul 26, 2024
- 1 minute read
The following elements can be specified for a discrete text color animation link.
|
Elements |
Description |
|---|---|
|
Title |
Object name. Optional. |
|
OnColor |
Contains a color element. Default is rgb(0,0,0). |
|
OffColor |
Contains a color element. Default is rgb(0,0,0). |
|
Expression |
String tag expression. Required. |
Example:
<TextColorDiscrete>
<Title>TextColorDiscrete1</Title>
<Expression>
<![CDATA[dTag001]]>
</Expression>
<OnColor><Name>Green</Name></OnColor>
<OffColor><Name>Red</Name></OffColor>
</TextColorDiscrete>
Minimal example:
<TextColorDiscrete>
<Expression>dTag001</Expression>
</TextColorDiscrete>