HtmlForgeX

API Reference

Enum

TablerDropdownAlignment

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

Represents dropdown menu alignment options

Inheritance

  • Enum
  • TablerDropdownAlignment

Values

public const TablerDropdownAlignment Start #

Align to start (left in LTR)

Value: 0
public const TablerDropdownAlignment End #

Align to end (right in LTR)

Value: 1
public const TablerDropdownAlignment Center #

Center alignment

Value: 2