Interface IHasBackgroundColor
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a BackgroundColor parameter.
public interface IHasBackgroundColor
Properties
BackgroundColor
Background color. Accepts any valid CSS color value.
string? BackgroundColor { get; set; }
Property Value
- string