Method AddSetterForBackgroundColor
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
stateVisualStateThe visual state to add the setter to.
valueColorThe background color value to set.
Returns
- Setter
The created setter.