When false, this property indicates that the animated object returns to its default state when the animation is stopped. When true, this property indicates that the animated object stays in its current state when an animation is stopped.

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

Syntax

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

See Also