Back to Devexpress

SolidBrushObject Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-drawing-da77c759.md

latest1.3 KB
Original Source

SolidBrushObject Class

Paints an area with a solid color.

Namespace : DevExpress.XtraGauges.Core.Drawing

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class SolidBrushObject :
    BrushObject
vb
Public Class SolidBrushObject
    Inherits BrushObject

Remarks

Use the SolidBrushObject.Color property to specify the color used to paint an area.

Inheritance

Object BaseObject DevExpress.XtraGauges.Core.Base.BaseObjectEx BrushObject SolidBrushObject

See Also

SolidBrushObject Members

DevExpress.XtraGauges.Core.Drawing Namespace