Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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