Skip to main content

BrushObject Class

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

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[TypeConverter(typeof(BrushObjectTypeConverter))]
public abstract class BrushObject :
    BaseObjectEx,
    ISupportColorShading,
    ISupportAssign<BrushObject>,
    IFormattable

Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseObjectEx
See Also