CreepingLineAnimation.Direction Property
In This Article
Gets or sets the direction of creeping line animation on the symbols panel.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public CreepingLineDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Creeping |
A Creeping |
Available values:
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. |
#Remarks
Use the Direction property to specify the possible animation direction as either left to right or right to left.
See Also