CreepingLineDirection Enum
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Members
Name | Description |
---|---|
Left
|
A creeping line is shown on the symbols panel from left to right. |
Right
|
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