HtmlForgeX

API Reference

Enum

TablerLayout

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines the layout types available for Tabler pages.

Inheritance

  • Enum
  • TablerLayout

Values

public const TablerLayout Default #

Default layout with standard container width.

Value: 0
public const TablerLayout Fluid #

Fluid layout that spans the full width.

Value: 1
public const TablerLayout Boxed #

Boxed layout with constrained width.

Value: 2
public const TablerLayout Horizontal #

Horizontal navigation layout.

Value: 3
public const TablerLayout Vertical #

Vertical navigation layout with sidebar on the left.

Value: 4
public const TablerLayout VerticalRight #

Vertical navigation layout with sidebar on the right.

Value: 5
public const TablerLayout VerticalTransparent #

Vertical navigation with transparent background.

Value: 6
public const TablerLayout FluidVertical #

Fluid layout with vertical navigation.

Value: 7
public const TablerLayout Combo #

Combination layout with both header and sidebar.

Value: 8
public const TablerLayout Condensed #

Condensed layout with reduced spacing.

Value: 9
public const TablerLayout RTL #

Right-to-left layout.

Value: 10
public const TablerLayout NavbarDark #

Layout with dark navigation bar.

Value: 11
public const TablerLayout NavbarOverlap #

Layout where navbar overlaps content.

Value: 12
public const TablerLayout NavbarSticky #

Layout with sticky navigation bar.

Value: 13