Indeterminate Property (FlexProgressBar)

Action

Gets whether the ProgressBar control has a determinate or indeterminate appearance.

Use an indeterminate appearance when the progress status cannot be determined. If true, the appearance is indeterminate. The default value is false.

Syntax

C#
protected Boolean indeterminate { get; }
VB
'Declaration
Protected Read Property indeterminate As Boolean

Access

Read only.