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

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 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