Back to Devexpress

LinearScaleMarkerOptions.Orientation Property

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

latest2.0 KB
Original Source

LinearScaleMarkerOptions.Orientation Property

Provides different types of orientation for the marker on the Linear scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public LinearScaleMarkerOrientation Orientation { get; set; }
vb
Public Property Orientation As LinearScaleMarkerOrientation

Property Value

TypeDescription
LinearScaleMarkerOrientation

A LinearScaleMarkerOrientation object that specifies possible ways the marker can be oriented.

|

Available values:

NameDescription
Normal

Linear scale marker is painted from right to left.

| | Reversed |

Linear scale marker is painted from left to right.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Orientation
LinearScaleMarker

.Options .Orientation

|

See Also

LinearScaleMarkerOptions Class

LinearScaleMarkerOptions Members

DevExpress.Xpf.Gauges Namespace