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.AdditionalSpaces Property

OBSOLETE

The AdditionalSpaces property is now obsolete. Instead, use the RepeatSpaces property for animations with Repeat=True and the FinalMoves property for animations with Repeat=False.

Specifies the additional steps 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

[Obsolete("The AdditionalSpaces property is now obsolete. Instead, use the RepeatSpaces property for animations with Repeat=True and the FinalMoves property for animations with Repeat=False.")]
[Browsable(false)]
public int AdditionalSpaces { get; set; }

#Property Value

Type Description
Int32

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

#Remarks

The AdditionalSpaces property is now obsolete. Instead, use the CreepingLineAnimation.RepeatSpaces property for animations with the CreepingLineAnimation.Repeat property set to true and the CreepingLineAnimation.FinalMoves property, for animations with the Repeat property, set to false.

See Also