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
The acceleration ratio applied to the arrange animations.
DecelerationRatio
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
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()