When the value is FillBehavior.Stop, this property indicates that the animated object returns to its default state when the animation's duration (including repeats) has expired. When the value is FillBehavior.HoldEnd, this property indicates that the animated object stays in its current state when the animation's duration has expired.

The default value is FillBehavior.HoldEnd. This property has no effect if the repeat count is infinite, or if there is no Duration.

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

Syntax

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

See Also