Class BOBCardVariant
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Represents a variant definition for the BOBCard component.
public sealed class BOBCardVariant : Variant, IVariant
- Inheritance
-
objectBOBCardVariant
- Implements
- Inherited Members
Constructors
BOBCardVariant(string)
Initializes a new instance of the BOBCardVariant class with the specified name.
public BOBCardVariant(string name)
Parameters
namestringThe variant name.
Fields
Default
The default card variant.
public static readonly BOBCardVariant Default
Field Value
Methods
Custom(string)
Creates a custom card variant with the specified name.
public static BOBCardVariant Custom(string name)
Parameters
namestringThe variant name.
Returns
- BOBCardVariant
A new BOBCardVariant instance.