SilverlightSlider.Position Property
Gets the current value of the slider.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property Position As Double
Get
Set
public virtual double Position { get; set; }
public:
virtual property double Position {
double get ();
void set (double value);
}
abstract Position : float with get, set
override Position : float with get, set
function get Position () : double
function set Position (value : double)
Property Value
Type: System.Double
The current value of the slider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace