Interface IHasPrefix
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports prefix content (text, icon, colors).
public interface IHasPrefix
Properties
PrefixBackgroundColor
Background color of the prefix content. Accepts any valid CSS color value.
string? PrefixBackgroundColor { get; set; }
Property Value
- string
PrefixColor
Color of the prefix content. Accepts any valid CSS color value.
string? PrefixColor { get; set; }
Property Value
- string
PrefixIcon
Closed-catalog icon key displayed before the component value.
IconKey? PrefixIcon { get; set; }
Property Value
PrefixText
Text displayed before the component value.
string? PrefixText { get; set; }
Property Value
- string