GIFEndOfFrames Property
Gets a value indicating whether the frame count is at EOF,
this means there is no more frames to advance in the GIF image.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool EndOfFrames { get; }
Public ReadOnly Property EndOfFrames As Boolean
Get
Dim instance As GIF
Dim value As Boolean
value = instance.EndOfFrames
public:
property bool EndOfFrames {
bool get ();
}
member EndOfFrames : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if there is no more frames to advance in the GIF image; otherwise,
.