Share via


HtmlMedia.Volume Property

Gets the current volume of the media.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Volume As Single
public virtual float Volume { get; }
public:
virtual property float Volume {
    float get ();
}
abstract Volume : float32 with get 
override Volume : float32 with get
function get Volume () : float

Property Value

Type: Single
Returns Single.

.NET Framework Security

See Also

Reference

HtmlMedia Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace