Back to Devexpress

LinearScaleMarkerOrientation Enum

wpf-devexpress-dot-xpf-dot-gauges-34547bc0.md

latest1.5 KB
Original Source

LinearScaleMarkerOrientation Enum

Lists the possible ways linear scale markers can be oriented.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public enum LinearScaleMarkerOrientation
vb
Public Enum LinearScaleMarkerOrientation

Members

NameDescription
Normal

Linear scale marker is painted from right to left.

| | Reversed |

Linear scale marker is painted from left to right.

|

The following properties accept/return LinearScaleMarkerOrientation values:

Remarks

The values listed by the LinearScaleMarkerOrientation enumeration are used to set the LinearScaleMarkerOptions.Orientation property.

See Also

DevExpress.Xpf.Gauges Namespace