HtmlForgeX

API Reference

Enum

TablerDividerTextPosition

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

Represents text position options for TablerDivider

Inheritance

  • Enum
  • TablerDividerTextPosition

Values

public const TablerDividerTextPosition Center #

Center aligned text

Value: 0
public const TablerDividerTextPosition Left #

Left aligned text

Value: 1
public const TablerDividerTextPosition Right #

Right aligned text

Value: 2