This property causes a discrete state animation to run/repeat the specified number of times. If this value is less than zero, the animation repeats infinitely.

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

Syntax

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

See Also