HtmlForgeX

API Reference

Enum

SwitchSize

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

Defines available switch sizes.

Inheritance

  • Enum
  • SwitchSize

Values

public const SwitchSize Default #

Default switch size.

Value: 0
public const SwitchSize Small #

Small switch size.

Value: 1
public const SwitchSize Medium #

Medium switch size.

Value: 2
public const SwitchSize Large #

Large switch size.

Value: 3