GIFActiveFrameIndex Property
Gets the index in the frame count of the current active frame.
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 int ActiveFrameIndex { get; set; }
Public Property ActiveFrameIndex As Integer
Get
Set
Dim instance As GIF
Dim value As Integer
value = instance.ActiveFrameIndex
instance.ActiveFrameIndex = value
public:
property int ActiveFrameIndex {
int get ();
void set (int value);
}
member ActiveFrameIndex : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The index in the frame count of the current active frame.