Udostępnij za pośrednictwem


Właściwość MediaAction.Volume

 

Pobiera lub ustawia wielkość.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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

Wartość właściwości

Type: System.Single

Zwraca wartość typu Single.

Zobacz też

Klasa MediaAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku