Back to Devexpress

LinearScaleMarker.Options Property

wpf-devexpress-dot-xpf-dot-gauges-dot-linearscalemarker-01d8fc34.md

latest1.6 KB
Original Source

LinearScaleMarker.Options Property

Gets or sets the options of a marker that specify its shape and position on a Linear scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public LinearScaleMarkerOptions Options { get; set; }
vb
Public Property Options As LinearScaleMarkerOptions

Property Value

TypeDescription
LinearScaleMarkerOptions

A LinearScaleMarkerOptions object that contains the settings of the marker.

|

Remarks

Use the LinearScaleMarkerOptions object returned by the Options property to customize different marker settings (e.g. MarkerOptionsBase.FactorHeight and MarkerOptionsBase.FactorWidth to change the marker’s shape on the Linear scale).

See Also

LinearScaleMarker Class

LinearScaleMarker Members

DevExpress.Xpf.Gauges Namespace