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

RangeBase Class

Serves as the base class for all ranges.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public abstract class RangeBase :
    LayerBase,
    IHitTestableElement

Remarks

The RangeBase class provides all functionality that is common for ranges derived from it (e.g., the ArcScaleRange returned by the ArcScale.Ranges property, etc.)

Inheritance

Show 12 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also