In This Article

ArrangeAnimationSettings Class

Represents settings used to control various arrange animations in ArrangeAnimation.

public class ArrangeAnimationSettings
Inheritance:
object object

Constructors

ArrangeAnimationSettings()

Initializes an instance of the class.

public ArrangeAnimationSettings()

Properties

AccelerationRatio

Gets or sets the acceleration ratio applied to the arrange animations.

public double AccelerationRatio { get; set; }

Property Value

double:

The acceleration ratio applied to the arrange animations.

DecelerationRatio

Gets or sets the deceleration ratio applied to the arrange animations.

public double DecelerationRatio { get; set; }

Property Value

double:

The deceleration ratio applied to the arrange animations.

Methods

ApplySettings(DoubleAnimation)

Applies the settings of this instance to the specified DoubleAnimation.

public virtual void ApplySettings(DoubleAnimation animation)
Parameter Type Description
animation DoubleAnimation

The DoubleAnimation to which the settings should be applied.

ApplySettings(Timeline)

Applies the settings of this instance to the specified Timeline.

public virtual void ApplySettings(Timeline timeline)
Parameter Type Description
timeline Timeline

The Timeline to which the settings should be applied.

Inherited Members