Table of Contents

Class BOBTabsVariant

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBTabs component.

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

Constructors

BOBTabsVariant(string)

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

public BOBTabsVariant(string name)

Parameters

name string

The variant name.

Fields

Enclosed

An enclosed tab variant.

public static readonly BOBTabsVariant Enclosed

Field Value

BOBTabsVariant

Pills

A pills tab variant.

public static readonly BOBTabsVariant Pills

Field Value

BOBTabsVariant

Underline

An underline tab variant.

public static readonly BOBTabsVariant Underline

Field Value

BOBTabsVariant

Methods

Custom(string)

Creates a custom tabs variant with the specified name.

public static BOBTabsVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBTabsVariant

A new BOBTabsVariant instance.