Share via


UISlider.SetValue(Single, Boolean) Method

Definition

[Foundation.Export("setValue:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetValue(float value, bool animated);
[<Foundation.Export("setValue:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetValue : single * bool -> unit
override this.SetValue : single * bool -> unit

Parameters

value
Single
animated
Boolean
Attributes

Applies to