Skip to main content
A newer version of this page is available. .

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AdditionalSpaces property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also