Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Progress
Represents a progress component.

Summary

Constructors

constructor

Properties

android
ios
maxValue
value
152 properties inherited from View
Click to expand

Constructors

constructor

new Progress(): Progress

Properties

android

android: any
Gets the native [android widget](http://developer.android.com/reference/android/widget/ProgressBar.html) that represents the user interface for this component. Valid only when running on Android OS.

ios

ios: any
Gets the native iOS [UIProgressView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIProgressView_Class/) that represents the user interface for this component. Valid only when running on iOS.

maxValue

maxValue: number
Gets or sets a progress max value.

value

value: number
Gets or sets a progress current value.
Previous
Placeholder