UIProgressView.SetProgress(Single, Boolean) Method

Definition

Sets the progress of this UIProgressView, optionally animating the change.

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

Parameters

progress
Single
animated
Boolean
Attributes

Applies to