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