CreepingLineAnimation.Direction Property
Gets or sets the direction of creeping line animation on the symbols panel.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
Type | Description |
---|---|
CreepingLineDirection | A CreepingLineDirection enumeration value that specifies the creeping line animation direction. |
Available values:
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. |
Remarks
Use the Direction property to specify the possible animation direction as either left to right or right to left.
See Also