Method GetControlBorderBrush
GetControlBorderBrush(AbstractControl)
Gets the brush for the border of the specified user control.
public static Brush GetControlBorderBrush(AbstractControl control)
Parameters
control
AbstractControlThe user control for which to get the border brush.
Returns
- Brush
The brush for the border of the specified user control.