Skip to main content

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

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also