ColorThemeEnum Enumeration

Enum used to determine what color theme will be used for ProgressBar.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
public enum ColorThemeEnum

Members

System0 System colors are applied to ProgressBar. ProgressBar matches the colors of operating system.
Blue1 Blue theme.
Red2 Red theme.
Green3 Green theme.
Custom4 Custom theme.

See Also