XamlSlider.SmallChange Property

Gets the position change when the slider is moved by a small distance.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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 with get 
override SmallChange : float with get
function get SmallChange () : double

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

XamlSlider Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace