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.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int BlinkRate { get; set; }
Visual Basic
Public Property BlinkRate As Integer
	Get
	Set
JScript
function get BlinkRate () : int
function set BlinkRate (value : int)

See Also