HtmlForgeX

API Reference

Enum

TablerPageLayout

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

Represents page layout options

Inheritance

  • Enum
  • TablerPageLayout

Values

public const TablerPageLayout Default #

Default page layout

Value: 0
public const TablerPageLayout Boxed #

Boxed layout with centered content

Value: 1
public const TablerPageLayout Fluid #

Fluid layout with full width

Value: 2