HtmlForgeX

API Reference

Enum

TablerDividerStyle

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

Represents style options for TablerDivider

Inheritance

  • Enum
  • TablerDividerStyle

Values

public const TablerDividerStyle Default #

Default solid line

Value: 0
public const TablerDividerStyle Dashed #

Dashed line

Value: 1
public const TablerDividerStyle Dotted #

Dotted line

Value: 2