Click or drag to resize
DigitalRuneBlendGroupSynchronizedDuration Property
Gets the duration of a single cycle of the blended animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public TimeSpan SynchronizedDuration { get; }

Property Value

Type: TimeSpan
The duration of a single cycle of the blended animations.
Remarks
This property is only valid after SynchronizeDurations. If the animations are not synchronized, the property returns the duration of the longest animation in the blend group.
See Also