Table of Contents

Enum ProgressBarCaps

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Optional end-cap decoration for an activity progress bar. Caps are orthogonal to the bar's glyph ProgressBarStyle: any style can be drawn with or without caps. When caps are present they occupy the bar's outer cell(s) and the chosen glyph style fills the interior; caps share the bar's (base) colour. The default is None, so unset callers get an uncapped, full-width bar.
public enum ProgressBarCaps

Fields

Brackets = 1
Square brackets: [ at the left end and ] at the right end.
None = 0
No end caps; the bar fills the full width. The framework default.