SolidBrushObject(String) Constructor
Creates a SolidBrushObject object based on the specified string data.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataTag | String | A string that contains data used to initialize the created SolidBrushObject object. |
Remarks
The following is an example of using the current constructor. The dataTag parameter identifies the color used to initialize the created brush object.
arcScaleComponent1.AppearanceScale.Brush = new SolidBrushObject("Color:SaddleBrown");
See Also