A newer version of this page is available.
Switch to the current version.
BrushObject Class
Represents the base class for brushes used to paint gauge elements.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[TypeConverter(typeof(BrushObjectTypeConverter))]
public abstract class BrushObject :
BaseObjectEx,
ISupportColorShading,
ISupportAssign<BrushObject>,
IFormattable
<TypeConverter(GetType(BrushObjectTypeConverter))>
Public MustInherit Class BrushObject
Inherits BaseObjectEx
Implements ISupportColorShading,
ISupportAssign(Of BrushObject),
IFormattable
Related API Members
The following members accept/return BrushObject objects:
Inheritance
Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseObjectEx
See Also
Feedback