SolidColorBrush Constructor

Initializes the brush. Called during construction.
 

Parameters

color

Type: dundas.controls.Color
(optional) The initial color for the brush.
Optional: True

Examples

The following example initializes a new instance of a SolidColorBrush object:

var newObject = new dundas.controls.SolidColorBrush();