Slider.StepFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value part of a value range that steps should be created for.
public:
property double StepFrequency { double get(); void set(double value); };
double StepFrequency();
void StepFrequency(double value);
public double StepFrequency { get; set; }
var double = slider.stepFrequency;
slider.stepFrequency = double;
Public Property StepFrequency As Double
<Slider StepFrequency="double" />
Property Value
Double
double
The value part of a value range that steps should be created for.
Remarks
When the SnapsTo property is set to StepValues, set the StepFrequency property to specify the interval between snap points.