Class BOBInputVariant
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Represents a variant definition for input components.
public sealed class BOBInputVariant : Variant, IVariant
- Inheritance
-
objectBOBInputVariant
- Implements
- Inherited Members
Constructors
BOBInputVariant(string)
Initializes a new instance of the BOBInputVariant class with the specified name.
public BOBInputVariant(string name)
Parameters
namestringThe variant name.
Fields
Filled
The filled input variant.
public static readonly BOBInputVariant Filled
Field Value
Flat
The flat input variant.
public static readonly BOBInputVariant Flat
Field Value
Outlined
The outlined input variant.
public static readonly BOBInputVariant Outlined
Field Value
Standard
The standard input variant.
public static readonly BOBInputVariant Standard
Field Value
Methods
Custom(string)
Creates a custom input variant with the specified name.
public static BOBInputVariant Custom(string name)
Parameters
namestringThe variant name.
Returns
- BOBInputVariant
A new BOBInputVariant instance.