Click or drag to resize
DigitalRunePathAnimationTPoint, TPathKey, TPathEndParameter Property
Gets or sets the end parameter.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public float EndParameter { get; set; }

Property Value

Type: Single
The end parameter. The default value is NaN.
Remarks

A path animation, by default, runs from the start (parameter = 0) until the last path key is reached. The parameter of the last path key determines the natural duration of the animation. The properties StartParameter and EndParameter can be used to explicitly define which part of the path should be played.

The StartParameter can be set to NaN to play the animation from the start (parameter = 0).

The EndParameter can be set to NaN to automatically play the animation until the last path key is reached.

See Also