WKInterfaceSlider.SetNumberOfSteps(nint) Method
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.
Sets the number of steps between the minimum and maximum value of the slider.
[Foundation.Export("setNumberOfSteps:")]
public virtual void SetNumberOfSteps (nint numberOfSteps);
abstract member SetNumberOfSteps : nint -> unit
override this.SetNumberOfSteps : nint -> unit
Parameters
- numberOfSteps
- System.System.IntPtr System.nativeint
The number of discrete steps between the minimum and maximum values.
- Attributes
Remarks
The minimum and maximum values of the slider and whether or not it is discrete or continuous are set in the storyboard.