Share via


UIProgressView.SetProgress(Single, Boolean) Method

Definition

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

Parameters

progress
Single
animated
Boolean
Attributes

Applies to