| Properties |
| AppExtensions |
Returns a collection of AppExtension objects. An AppExtension object consists of the ApplicationIdentifier, and the ApplicationData. |
| AutoStart |
Returns or sets a value that determines whether the animation will auto-start, as soon as the FileName property is set. |
| BackColor |
Returns or sets the background color of an object. |
| BorderStyle |
Returns or sets the border style for an object. |
| Comments |
Returns a collection of Comment objects. A Comment object contains textual information which is not part of the actual graphics in the GIF file. |
| CurrentFrame |
Returns the index of the currently displayed frame. |
| DisplayErrors |
Returns or sets a value that determines whether the control will display Error messages. |
| DropTarget |
Returns or sets a value that determines whether the control can be a drop target in a drag and drop operation. |
| FileName |
Returns/sets the full path name for the Gif file. If AutoStart = True then, the Gif file will be loaded and any animation will start automatically. |
| Frames |
Returns a collection of Frame objects. A Frame object consists of a graphic, and instructions about how this has to be treated in an animation. |
| GifColors |
Returns the amount of colors used by the current file. |
| GifHeader |
Returns the header of the current file. |
| GifHeight |
Returns the height of the specified Gif file. |
| GifLoops |
Returns the number of times an animation will loop. |
| GifSize |
Returns the size of the specified Gif file. |
| GifWidth |
Returns the width of the specified Gif file. |
| MouseCapture |
Returns or sets a value that determines whether the mouse cursor will change to "Working" until the current file will be processed. |
| NumberOfFrames |
Returns a value that determines the amount of Frames in the Frames collection. |
| Sizing |
Returns or sets a value that determines the relationship between the control's size, and its contents dimensions. |
| TextExtensions |
Returns a collection of TextExtension objects. A TextExtension object contains textual data and the parameters necessary to render that data as a graphic, in a simple form. |