Back to Devexpress

CircularGaugeHitInfo Class

wpf-devexpress-dot-xpf-dot-gauges-33dc17e8.md

latest2.0 KB
Original Source

CircularGaugeHitInfo Class

Contains information about a specific point within a circular gauge.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class CircularGaugeHitInfo :
    GaugeHitInfoBase
vb
Public Class CircularGaugeHitInfo
    Inherits GaugeHitInfoBase

The following members return CircularGaugeHitInfo objects:

Remarks

The CircularGaugeHitInfo object can be created by calling the circular gauge’s CircularGaugeControl.CalcHitInfo method. This method requires the test point or its coordinates as a parameter.

The CircularGaugeHitInfo class properties can be grouped into two categories:

  • The properties that indicate whether the test point resides over a particular view element. For instance, the CircularGaugeHitInfo.InScale property indicates whether the test point is over the scale;
  • The properties identifying the topmost visual element containing the test point (e.g. CircularGaugeHitInfo.Scale).

Inheritance

Object GaugeHitInfoBase CircularGaugeHitInfo

See Also

CircularGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace