Gets or sets the manner in which progress should be indicated on the progress bar.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public ProgressBarStyle Style { get; set; }
Field Value
One of the ProgressBarStyle values. The default is BlocksExceptions
Exception | Condition |
---|---|
InvalidEnumArgumentException | The value is not a member of the ProgressBarStyle enumeration. |
See Also