mobileFX VHX
VHX Object / MediaLoop Property
MediaLoop Property
Description
Whether the media should play in a loop or not.
Property type
Read-write property
Syntax
Visual Basic
Public Property MediaLoop As Boolean
Return Type
True if the media is supposed to play in a loop; false otherwise.
Remarks
Set to true by default.
Example
private void Form1_Load(object sender, EventArgs e)
{
    axVHX1.MediaLoop = true;
}
See Also