AnimateGIF Property (GdViewer)
In This Topic
Syntax
'Declaration
Public Property AnimateGIF As Boolean
public bool AnimateGIF {get; set;}
public read-write property AnimateGIF: Boolean;
public function get,set AnimateGIF : boolean
public: __property bool get_AnimateGIF();
public: __property void set_AnimateGIF(
bool value
);
public:
property bool AnimateGIF {
bool get();
void set ( bool value);
}
See Also