This property represents a delay time before an activated animation will begin. This time is expressed in milliseconds.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Remarks

This property is a datasource and can therefore be a constant string, an OPC tag, expression, etc.

See Also