Class BOBProgressIconVariant
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Represents a variant definition for the BOBProgressIcon component.
public sealed class BOBProgressIconVariant : Variant, IVariant
- Inheritance
-
objectBOBProgressIconVariant
- Implements
- Inherited Members
Constructors
BOBProgressIconVariant(string)
Initializes a new instance of the BOBProgressIconVariant class with the specified name.
public BOBProgressIconVariant(string name)
Parameters
namestringThe variant name.
Fields
Bars
A bars loading indicator.
public static readonly BOBProgressIconVariant Bars
Field Value
Dots
A dots loading indicator.
public static readonly BOBProgressIconVariant Dots
Field Value
Ring
A ring loading indicator.
public static readonly BOBProgressIconVariant Ring
Field Value
Spinner
A spinner loading indicator.
public static readonly BOBProgressIconVariant Spinner
Field Value
Methods
Custom(string)
Creates a custom loading indicator variant with the specified name.
public static BOBProgressIconVariant Custom(string name)
Parameters
namestringThe variant name.
Returns
- BOBProgressIconVariant
A new BOBProgressIconVariant instance.