Table of Contents

Class BOBButtonVariant

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBButton component.

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

Constructors

BOBButtonVariant(string)

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

public BOBButtonVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default button variant.

public static readonly BOBButtonVariant Default

Field Value

BOBButtonVariant

Methods

Custom(string)

Creates a custom button variant with the specified name.

public static BOBButtonVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBButtonVariant

A new BOBButtonVariant instance.