A Sandcastle Documented Class Library
RepeatCount Property
NamespacesGifComponentsAnimatedGifEncoderRepeatCount
The number of times to repeat the animation. 0 to repeat indefinitely. -1 to not repeat. Defaults to -1 if less than -1.
Declaration Syntax
C#Visual BasicVisual C++
public int RepeatCount { get; set; }
Public Property RepeatCount As Integer
public:
property int RepeatCount {
	int get ();
	void set (int value);
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453