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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
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