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