HtmlForgeX

API Reference

Enum

TablerBorderStyle

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

Border styles for Tabler cards and components

Inheritance

  • Enum
  • TablerBorderStyle

Values

public const TablerBorderStyle None #

None.

Value: 0
public const TablerBorderStyle Solid #

Solid.

Value: 1
public const TablerBorderStyle Dashed #

Dashed.

Value: 2
public const TablerBorderStyle Dotted #

Dotted.

Value: 3

Extension Methods

public static LineStyle ToLineStyle(TablerBorderStyle style) #
Returns: LineStyle

Converts a Tabler-specific border style into the shared LineStyle.

Parameters

style HtmlForgeX.TablerBorderStyle requiredposition: 0
public static String ToTablerBorderClass(TablerBorderStyle style, TablerBorderPosition position = All, TablerBorderWidth width = Default) #
Returns: String

Initializes or configures ToTablerBorderClass.

Parameters

style HtmlForgeX.TablerBorderStyle requiredposition: 0
position HtmlForgeX.TablerBorderPosition = All optionalposition: 1
width HtmlForgeX.TablerBorderWidth = Default optionalposition: 2