Enum MBLinearProgressType
Type for an MBLinearProgress.
public enum MBLinearProgressType
Fields
Closed = 2
A closed linear progress.
Determinate = 1
A determinate linear progress with a value from 0 to 1.
Indeterminate = 0
An indeterminate linear progress.