Share via


MediaAction.Volume Property

 

Gets or sets the volume.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public float Volume { get; set; }
public:
property float Volume {
    float get();
    void set(float value);
}
member Volume : float32 with get, set
Public Property Volume As Single

Property Value

Type: System.Single

Returns Single.

See Also

MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top