Table of Contents

Class BOBInputSwitchVariant

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBInputSwitch component.

public sealed class BOBInputSwitchVariant : Variant, IVariant
Inheritance
object
BOBInputSwitchVariant
Implements
Inherited Members

Constructors

BOBInputSwitchVariant(string)

Initializes a new instance of the BOBInputSwitchVariant class with the specified name.

public BOBInputSwitchVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default switch variant.

public static readonly BOBInputSwitchVariant Default

Field Value

BOBInputSwitchVariant

Methods

Custom(string)

Creates a custom switch variant with the specified name.

public static BOBInputSwitchVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBInputSwitchVariant

A new BOBInputSwitchVariant instance.