Back to Devexpress

ArcScale.IsEmpty Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-a407d51b.md

latest1.4 KB
Original Source

ArcScale.IsEmpty Property

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

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public bool IsEmpty { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsEmpty As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace