In general this property represents the time it takes for an animation to complete a cycle. 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 Duration { get; set; }
Visual Basic
Public Property Duration As String
	Get
	Set
JScript
function get Duration () : String
function set Duration (value : String)

Remarks

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

See Also