TTMSFMXNativeUIProgressView
Usage
You use the TMSFMXNativeUIProgressView
class to depict the progress of a task over time.
Published Properties
Property name |
Description |
Progress |
The current progress of the ProgressView. The progress is a single value between 0.0 and 1.0 . |
Style |
The graphical style of the ProgressView. |
Visible |
Shows / hides the ProgressView. |
Public Properties
Property name |
Description |
ProgressView |
Returns a reference to the native iOS UIProgressView . |
Events
Event name |
Description |
OnValueChanged |
Event called when the value of the ProgressView has changed. |