Back to Devexpress

CreepingLineDirection Enum

wpf-devexpress-dot-xpf-dot-gauges-2538d150.md

latest1.6 KB
Original Source

CreepingLineDirection Enum

Lists the possible directions of a creeping line that is shown on the symbols panel during the creeping line animation.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public enum CreepingLineDirection
vb
Public Enum CreepingLineDirection

Members

NameDescription
LeftToRight

A creeping line is shown on the symbols panel from left to right.

| | RightToLeft |

A creeping line is shown on the symbols panel from right to left.

|

The following properties accept/return CreepingLineDirection values:

Remarks

The values listed by the CreepingLineDirection enumerator are used to set the CreepingLineAnimation.Direction property.

See Also

DevExpress.Xpf.Gauges Namespace