HtmlForgeX

API Reference

Enum

TablerBreakpoint

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

Responsive breakpoints matching Bootstrap/Tabler.

Inheritance

  • Enum
  • TablerBreakpoint

Values

public const TablerBreakpoint Small #

Small (sm).

Value: 0
public const TablerBreakpoint Medium #

Medium (md).

Value: 1
public const TablerBreakpoint Large #

Large (lg).

Value: 2
public const TablerBreakpoint ExtraLarge #

Extra large (xl).

Value: 3
public const TablerBreakpoint ExtraExtraLarge #

Extra extra large (xxl).

Value: 4

Extension Methods

public static String ToBreakpointSuffix(TablerBreakpoint breakpoint) #
Returns: String

Converts breakpoint enum to Bootstrap suffix.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0