Skip to main content

GaugeHitInfoBase Class

A base class for classes that contains information about a specific point within a gauge.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract class GaugeHitInfoBase

Remarks

The GaugeHitInfoBase class provides all functionality that is common to a specific point within a gauge derived from it: CircularGaugeHitInfo and LinearGaugeHitInfo.

Inheritance

See Also