Skip to main content
A newer version of this page is available. .

BrushObject Class

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

public abstract class BrushObject :
    BaseObjectEx,
    ISupportColorShading,
    ISupportAssign<BrushObject>,
    IFormattable

Inheritance

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