Method AddSetterForButtonTextColor
AddSetterForButtonTextColor(VisualState, Color)
Adds a setter for the button text color to the specified visual state.
public static Setter AddSetterForButtonTextColor(this VisualState state, Color value)
Parameters
stateVisualStateThe visual state to add the setter to.
valueColorThe button text color value to set.
Returns
- Setter
The created setter.