HtmlForgeX

API Reference

Enum

TablerDensity

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

High-level density presets that control how many equal-width cards fit per row across responsive breakpoints. Mirrors the idea from PSWriteHTML while staying Bootstrap/Tabler-native (no raw HTML required).

Inheritance

  • Enum
  • TablerDensity

Values

public const TablerDensity Spacious #

Roomy layout, fewer cards per row.

Value: 0
public const TablerDensity Comfortable #

Balanced layout for most dashboards.

Value: 1
public const TablerDensity Compact #

Smaller cards — more per row.

Value: 2
public const TablerDensity Dense #

High information density.

Value: 3
public const TablerDensity VeryDense #

Maximum density within Bootstrap limits.

Value: 4