The duration of the animation in milliseconds. 0 for no animation.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

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

Collapse imageSee Also