ProgressBar
Constructors
new
ProgressBar
Description
Creates a new progress bar control.
Members
border
Description
Gets or sets whether the progress bar has a border. The default is true.
indeterminate
Description
Gets or sets whether the progress bar is rendered as indeterminate or determinate. If set to true the progress bar renders as an animation of progress happening with no indicator as to its finished time. If set to false (the default) the value is used to calculate how far the progerss is.
size
Description
Gets or sets the size of the progress bar in OS recommended values. This can be set to either "small", "large", or "normal".
value
Description
Gets or sets the progress, can be a value between 0 and 1 (e.g., 0.5 represents 50% full)