WKInterfaceSlider.SetValue(Single) 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 value of the slider.
[Foundation.Export("setValue:")]
public virtual void SetValue (float value);
abstract member SetValue : single -> unit
override this.SetValue : single -> unit
Parameters
- value
- Single
The desired value.
- Attributes