Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public enum CreepingLineDirection

Members

Name Description
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.

Related API Members

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