Enum BootstrapTheme
Bootstrap theme colors for UI styling.
public enum BootstrapTheme
- Extension Methods
Fields
danger = 5Danger theme color (typically red).
dark = 7Dark theme color (typically black or very dark gray).
info = 3Information theme color (typically light blue).
light = 6Light theme color (typically white or very light gray).
primary = 0Primary theme color (typically blue).
secondary = 1Secondary theme color (typically gray).
success = 2Success theme color (typically green).
warning = 4Warning theme color (typically yellow).