BrushObject.IsEmpty Property
Gets whether the current brush object is empty.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current brush object is empty; otherwise, false. |
Remarks
This property returns true if the current object represents an instance of the EmptyBrushObject class. EmptyBrushObject objects do not have colors assigned.
See Also