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
state
VisualStateThe visual state to add the setter to.
value
doubleThe button border width value to set.
Returns
- Setter
The created setter.