HtmlForgeX

API Reference

Enum

TablerSidebarStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
EditorBrowsable(2)

Defines sidebar style options

Inheritance

  • Enum
  • TablerSidebarStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerSidebarStyle Default #

Default sidebar style

Value: 0
public const TablerSidebarStyle Dark #

Dark sidebar style

Value: 1
public const TablerSidebarStyle Light #

Light sidebar style

Value: 2
public const TablerSidebarStyle Transparent #

Transparent sidebar style

Value: 3