Interface IGif
public interface IGif
Properties
Height
Height of the GIF in pixels.
int Height { get; }
Property Value
Id
The unique Gif result id.
string Id { get; }
Property Value
ProxySource
Proxied URL to the GIF media file.
string ProxySource { get; }
Property Value
Source
Direct URL to the GIF media file.
string Source { get; }
Property Value
Title
The title/description of the GIF.
string Title { get; }
Property Value
Url
The Gif page URL for the GIF.
string Url { get; }
Property Value
Width
Width of the GIF in pixels.
int Width { get; }