Back to Devexpress

CircularGaugeHitInfo.Marker Property

wpf-devexpress-dot-xpf-dot-gauges-dot-circulargaugehitinfo-f15cfc6c.md

latest1.6 KB
Original Source

CircularGaugeHitInfo.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 ArcScaleMarker Marker { get; }
vb
Public ReadOnly Property Marker As ArcScaleMarker

Property Value

TypeDescription
ArcScaleMarker

An ArcScaleMarker 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 CircularGaugeHitInfo.InMarker property returns true ).

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

See Also

InMarker

CircularGaugeHitInfo Class

CircularGaugeHitInfo Members

DevExpress.Xpf.Gauges Namespace