Skip to main content

LinearGaugeHitInfo.Marker Property

Gets a marker which is located under the test point.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public LinearScaleMarker Marker { get; }

Property Value

Type Description
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