This property is used to smooth the transition between states by fading out the current state object and fading in the new state object. This property specifies a rate at which the state objects fade in/out when changing states. If zero, the state changes instantly. 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 long SmoothTransitionRate { get; set; }
Visual Basic
Public Property SmoothTransitionRate As Long
	Get
	Set
JScript
function get SmoothTransitionRate () : long
function set SmoothTransitionRate (value : long)

See Also