Method GetBrush
GetBrush(string)
Gets a brush by its name.
public static Brush GetBrush(string name)
Parameters
namestring
Returns
Exceptions
- ArgumentException
The brush was not found.
Gets a brush by its name.
public static Brush GetBrush(string name)
name stringThe brush was not found.