Table of Contents

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

TBuilder
TArgument

Methods

BackgroundColor(TArgument)

Backgrounds the color using the specified value

TBuilder BackgroundColor(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder