Back to Devexpress

BrushObject Class

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

latest2.1 KB
Original Source

BrushObject Class

Represents the base class for brushes used to paint gauge elements.

Namespace : DevExpress.XtraGauges.Core.Drawing

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public abstract class BrushObject :
    BaseObjectEx,
    ISupportColorShading,
    ISupportAssign<BrushObject>,
    IFormattable
vb
Public MustInherit Class BrushObject
    Inherits BaseObjectEx
    Implements ISupportColorShading,
               ISupportAssign(Of BrushObject),
               IFormattable

The following members return BrushObject objects:

Inheritance

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

SolidBrushObject

LinearGradientBrushObject

See Also

BrushObject Members

DevExpress.XtraGauges.Core.Drawing Namespace