Table of Contents

Class BOBBadgeVariant

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBBadge component.

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

Constructors

BOBBadgeVariant(string)

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

public BOBBadgeVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default badge variant.

public static readonly BOBBadgeVariant Default

Field Value

BOBBadgeVariant

Methods

Custom(string)

Creates a custom badge variant with the specified name.

public static BOBBadgeVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBBadgeVariant

A new BOBBadgeVariant instance.