HtmlForgeX

API Reference

Enum

LabelMode

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

Label placement strategy for form controls.

Inheritance

  • Enum
  • LabelMode

Values

public const LabelMode Top #

Label appears above the control.

Value: 0
public const LabelMode Inline #

Label appears inline to the left of the control.

Value: 1
public const LabelMode Hidden #

Label is visually hidden (for compact layouts or when context is clear).

Value: 2