Class MudGlobal.InputDefaults
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public static class MudGlobal.InputDefaults
- Inheritance
-
MudGlobal.InputDefaults
- Inherited Members
Properties
Margin
The amount of vertical spacing for this input.
public static Margin Margin { get; set; }
Property Value
ShrinkLabel
Shows the label inside the input if no Value
is specified.
public static bool ShrinkLabel { get; set; }
Property Value
Variant
The appearance variation to use.
public static Variant Variant { get; set; }