ProgressBar

Overview

The progress bar utilizes the native progress bar widget to represent how far a set of interactions are.

Ancestors

  1. Control
  2. Container
 

Descendants

  1. None
 

See Also

  1. None

Constructors

new ProgressBar
Description

Creates a new progress bar control.

Definition

new ProgressBar()

Members

border
Description

Gets or sets whether the progress bar has a border. The default is true.

Definition

boolean progressbar.border (default 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.

Definition

boolean progressbar.indeterminate (default false)
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".

Definition

string progressbar.size (default "small")
value
Description

Gets or sets the progress, can be a value between 0 and 1 (e.g., 0.5 represents 50% full)

Definition

number progressbar.value (default 0)