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

CreepingLineAnimation.AdditionalSpacesProperty Field

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.

Identifies the CreepingLineAnimation.AdditionalSpaces dependency property.

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 static readonly DependencyProperty AdditionalSpacesProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also