HtmlForgeX

API Reference

Enum

VerticalAlign

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

Vertical alignment helpers for compact fields (e.g., switches) in grid layouts.

Inheritance

  • Enum
  • VerticalAlign

Values

public const VerticalAlign Top #

Align to the top of the row.

Value: 0
public const VerticalAlign Center #

Vertically center within the row.

Value: 1
public const VerticalAlign Bottom #

Align to the bottom of the row.

Value: 2