SilverlightSlider.LargeChange Property
Gets the large change 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 ReadOnly Property LargeChange As Double
Get
public virtual double LargeChange { get; }
public:
virtual property double LargeChange {
double get ();
}
abstract LargeChange : float
override LargeChange : float
function get LargeChange () : double
Property Value
Type: System.Double
The large change 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