Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlSlider::ValueAsNumber Property

 

Gets the current value of the slider as a floating point number.

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

public:
property double ValueAsNumber {
	virtual double get();
	virtual void set(double value);
}

Property Value

Type: System::Double

Returns Double.

Return to top
Show: