UIProgressView.SetProgress(Single, Boolean) 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 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