HtmlForgeX

API Reference

Enum

TablerTextAlignment

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

Text alignment options

Inheritance

  • Enum
  • TablerTextAlignment

Values

public const TablerTextAlignment Start #

Align text to the start.

Value: 0
public const TablerTextAlignment Center #

Center align the text.

Value: 1
public const TablerTextAlignment End #

Align text to the end.

Value: 2
public const TablerTextAlignment Justify #

Justify the text.

Value: 3

Extension Methods

public static String ToTablerTextAlignmentClass(TablerTextAlignment alignment) #
Returns: String

Initializes or configures ToTablerTextAlignmentClass.

Parameters

alignment HtmlForgeX.TablerTextAlignment requiredposition: 0