IHTMLMediaElement.volume Property

Namespace:  mshtml
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Property volume As Single
float volume { get; set; }
property float volume {
    float get ();
    void set (float value);
}
abstract volume : float32 with get, set
function get volume () : float 
function set volume (value : float)

Property Value

Type: Single

.NET Framework Security

See Also

Reference

IHTMLMediaElement Interface

mshtml Namespace