Causes the animation to be active (in the reverse direction)
when the datasource comparison yields a result of "false"
(after applying reverse compare logic if specified).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool ReverseAnimateWhenFalse { get; set; } |
Visual Basic |
---|
Public Property ReverseAnimateWhenFalse As Boolean
Get
Set |
JScript |
---|
function get ReverseAnimateWhenFalse () : boolean
function set ReverseAnimateWhenFalse (value : boolean) |
See Also