ProgressBarMessager Style Property CleanCode C# Libraries v1.2.03 API
Gets or sets the manner in which progress should be indicated on the progress bar.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: 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 Blocks
Exceptions

ExceptionCondition
InvalidEnumArgumentExceptionThe value is not a member of the ProgressBarStyle enumeration.
See Also