Back to Devexpress

LinearGaugeHitInfo Class

wpf-devexpress-dot-xpf-dot-gauges-bf706a50.md

latest1.9 KB
Original Source

LinearGaugeHitInfo Class

Contains information about a specific point within a linear gauge.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

The following members return LinearGaugeHitInfo objects:

Remarks

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

The LinearGaugeHitInfo 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 LinearGaugeHitInfo.InScale property indicates whether the test point is over the scale;
  • The properties identifying the topmost visual element containing the test point (e.g. LinearGaugeHitInfo.Scale).

Inheritance

Object GaugeHitInfoBase LinearGaugeHitInfo

See Also

LinearGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace