WpfSlider.SmallChange Property

Gets the numeric small change value for this slider control.

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

Syntax

'Declaration
Public Overridable ReadOnly Property SmallChange As Double
public virtual double SmallChange { get; }
public:
virtual property double SmallChange {
    double get ();
}
abstract SmallChange : float
override SmallChange : float
function get SmallChange () : double

Property Value

Type: System.Double
The numeric small change value for this slider control.

.NET Framework Security

See Also

Reference

WpfSlider Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace