Interface IHasColor
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a text or foreground Color parameter.
public interface IHasColor
Properties
Color
Text or foreground color. Accepts any valid CSS color value.
string? Color { get; set; }
Property Value
- string