Interface IHasSuffix
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports suffix content (text, icon, colors).
public interface IHasSuffix
Properties
SuffixBackgroundColor
Background color of the suffix content. Accepts any valid CSS color value.
string? SuffixBackgroundColor { get; set; }
Property Value
- string
SuffixColor
Color of the suffix content. Accepts any valid CSS color value.
string? SuffixColor { get; set; }
Property Value
- string
SuffixIcon
Closed-catalog icon key displayed after the component value.
IconKey? SuffixIcon { get; set; }
Property Value
SuffixText
Text displayed after the component value.
string? SuffixText { get; set; }
Property Value
- string