Click or drag to resize

PanelTypes Enumeration

Contextual styles used on Bootstrap panels and accordions.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum PanelTypes
Members
  Member nameValueDescription
Default0Default style (usually gray)
Primary1Primary brand color
Success2Indicates a successful or positive action (usually green)
Info3Indicates informational messages (usually light-blue)
Warning4Indicates caution should be taken with this action (usually yellow-orange)
Danger5Indicates a dangerous or potentially negative action (usually red)
See Also