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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

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