HtmlForgeX

API Reference

Enum

TablerGutter

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

Represents gutter (spacing) options for grid layouts

Inheritance

  • Enum
  • TablerGutter

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 TablerGutter None #

No gutter spacing

Value: 0
public const TablerGutter Small #

Small gutter spacing

Value: 1
public const TablerGutter Default #

Default gutter spacing

Value: 2
public const TablerGutter Large #

Large gutter spacing

Value: 3
public const TablerGutter ExtraLarge #

Extra large gutter spacing

Value: 4