Skip to main content

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