Causes the animation to be active when the datasource comparison yields a result of "true" (after applying reverse compare logic if specified).

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

Syntax

C#
public bool AnimateWhenTrue { get; set; }
Visual Basic
Public Property AnimateWhenTrue As Boolean
	Get
	Set
JScript
function get AnimateWhenTrue () : boolean
function set AnimateWhenTrue (value : boolean)

See Also