Method AddSetterForButtonBorderWidth
AddSetterForButtonBorderWidth(VisualState, double)
Adds a setter for the button border width to the specified visual state.
public static Setter AddSetterForButtonBorderWidth(this VisualState state, double value)
Parameters
stateVisualStateThe visual state to add the setter to.
valuedoubleThe button border width value to set.
Returns
- Setter
The created setter.