Skip to main content

CreepingLineAnimation.FinalMoves Property

Specifies the additional moves which the creeping line animation executes on the symbols panel relative to the inanimate text position.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public int FinalMoves { get; set; }

Property Value

Type Description
Int32

An integer value that is the additional move of the creeping line animation.

Remarks

Use the FinalMoves property when the CreepingLineAnimation.Repeat property is set to false.

The direction of the additional steps depends on the CreepingLineAnimation.Direction property value of the CreepingLineAnimation object. For example, if the direction of creeping line animation is set to LeftToRight, the text will be shifted to the right, and vice versa.

The absence of additional steps means that the creeping line animation ends when the animated text is placed in its initial position.

See Also