Back to Devexpress

CreepingLineAnimation.Direction Property

wpf-devexpress-dot-xpf-dot-gauges-dot-creepinglineanimation-651a240e.md

latest1.8 KB
Original Source

CreepingLineAnimation.Direction Property

Gets or sets the direction of creeping line animation on the symbols panel.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public CreepingLineDirection Direction { get; set; }
vb
Public Property Direction As CreepingLineDirection

Property Value

TypeDescription
CreepingLineDirection

A CreepingLineDirection enumeration value that specifies the creeping line animation direction.

|

Available values:

NameDescription
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

CreepingLineAnimation Class

CreepingLineAnimation Members

DevExpress.Xpf.Gauges Namespace