Specifies the speed of the blinking effect of this StatusClause

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Remarks

If it's set to null the blinking is disabled

See Also