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

LinearScale.IsEmpty Property

Gets whether the current object is identical to the some predefined empty LinearScale object.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

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

Property Value

Type Description
Boolean

true if the current object is identical to the some predefined empty LinearScale object.

Remarks

This property supports the internal infrastructure, and typically there is no need to use it directly from your code.

See Also