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

BrushObject.IsEmpty Property

Gets whether the current brush object is empty.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

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