Gets or sets whether the video will loop when it reaches its last frame when the
Playback
property is set to
RealTime.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Loop { get; set; }
Public Property Loop As Boolean
Get
Set
public:
property bool Loop {
bool get ();
void set (bool value);
}
member Loop : bool with get, set
Property Value
Type:
BooleanSee Also