mobileFX VHX
VHX Object / BackgroundColor Property
In This Topic
    BackgroundColor Property
    In This Topic
    Description
    The color displayed behind the media playing.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BackgroundColor As ULong
    Return Type
    The current Color of the background.
    Example
    private void Form1_Load(object sender, EventArgs e)
    {
        axVHX1.BackgroundColor = Color.FromArgb(255, 255, 0, 0);          
    }
    See Also