mobileFX VHX
VHX Object / MediaLoop Property
In This Topic
    MediaLoop Property
    In This Topic
    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