Back to Devexpress

LinearGaugeHitInfo.Marker Property

wpf-devexpress-dot-xpf-dot-gauges-dot-lineargaugehitinfo-45937317.md

latest1.6 KB
Original Source

LinearGaugeHitInfo.Marker Property

Gets a marker which is located under the test point.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public LinearScaleMarker Marker { get; }
vb
Public ReadOnly Property Marker As LinearScaleMarker

Property Value

TypeDescription
LinearScaleMarker

A LinearScaleMarker object that is the marker located under the test point.

|

Remarks

Use the Marker property to access the marker located under the test point (if the LinearGaugeHitInfo.InMarker property returns true ).

And, if LinearGaugeHitInfo.InMarker is false , the Marker property returns null ( Nothing in Visual Basic).

See Also

InMarker

LinearGaugeHitInfo Class

LinearGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace