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.
protected Boolean indeterminate { get; }
'Declaration
Protected Read Property indeterminate As Boolean