Table of Contents

Method AddSetterForBackgroundColor

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

AddSetterForBackgroundColor(VisualState, Color)

Adds a setter for the background color to the specified visual state.

public static Setter AddSetterForBackgroundColor(this VisualState state, Color value)

Parameters

state VisualState

The visual state to add the setter to.

value Color

The background color value to set.

Returns

Setter

The created setter.