Back to Devexpress

CreepingLineAnimation.AdditionalSpaces Property

wpf-devexpress-dot-xpf-dot-gauges-dot-creepinglineanimation-2bce8ad8.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
[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; }
vb
<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

Property Value

TypeDescription
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

CreepingLineAnimation Class

CreepingLineAnimation Members

DevExpress.Xpf.Gauges Namespace