wpf-devexpress-dot-xpf-dot-gauges-dot-creepinglineanimation-2bce8ad8.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
[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; }
<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 Property AdditionalSpaces As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value that is the additional step of the creeping line animation.
|
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