The SmartTileBackgroundState type exposes the following members.
Properties
Name | Description | |
---|---|---|
Background |
The tile background color for this state.
| |
BlinkRate |
The blink rate (milliseconds) for the background color of this state when this state is active (zero for no blink).
If no datasources are configured for this state, the blink rate acts as a duration for showing this state
in sequence with other states in this tile. This can be used to produce a "slideshow" effect, where
each state is visible for the specified duration.
| |
ConditionDataSource |
The condition for this state. When this datasource resolves to true, this state will be considered "active".
The states list is a prioritized sequential list. “True” items later in the list override true items that are
earlier in the list.
| |
HighValue |
The high value for this state. Optionally used with StateActiveWhen and ConditionDataSource to determine when the state should be active.
| |
LowValue |
The low value for this state. Optionally used with StateActiveWhen and ConditionDataSource to determine when the state should be active.
| |
StateActiveWhen |
Type of comparison for ConditionDataSource and LowValue/HighValue (or Zero) to determine when this state should be active.
|