Interface IBackgroundColor<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
The background color interface
public interface IBackgroundColor<out TBuilder, in TArgument>Type Parameters
TBuilderTArgument
Methods
BackgroundColor(TArgument)
Backgrounds the color using the specified value
TBuilder BackgroundColor(TArgument value)Parameters
valueTArgument-
The value
Returns
- TBuilder
-
The builder