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

Scale Class

Serves as the base class for all scales.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class Scale :
    GaugeElement,
    IHitTestableElement

Remarks

The Scale class serves as the base for all other classes that store scales (e.g., the ArcScale returned by the CircularGauge.Scales property, etc.)

See Also