Table of Contents

Class BOBSvgIconVariant

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Represents a variant definition for the BOBSvgIcon component.

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

Constructors

BOBSvgIconVariant(string)

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

public BOBSvgIconVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default SVG icon variant.

public static readonly BOBSvgIconVariant Default

Field Value

BOBSvgIconVariant

Methods

Custom(string)

Creates a custom SVG icon variant with the specified name.

public static BOBSvgIconVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBSvgIconVariant

A new BOBSvgIconVariant instance.