Click or drag to resize

BootstrapTheme Enumeration

Bootstrap theme styling

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum BootstrapTheme
Members
  Member nameValueDescription
None0 No theme
Primary1 Primary theme
Secondary2 Secondary theme
Success3 Success theme
Info4 Info theme
Warning5 Warning theme
Danger6 Danger theme
Light7 Light theme
Dark8 Dark theme
Link9 Styling for buttons to look like hyperlinks
Default10 In Bootstrap 4, this is equivalent to Secondary but in Bootstrap 3 they are separate.
See Also