Table of Contents

Class BOBCardVariant

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBCard component.

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

Constructors

BOBCardVariant(string)

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

public BOBCardVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default card variant.

public static readonly BOBCardVariant Default

Field Value

BOBCardVariant

Methods

Custom(string)

Creates a custom card variant with the specified name.

public static BOBCardVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBCardVariant

A new BOBCardVariant instance.