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

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 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