| BlendGroupSynchronizedDuration Property |
Gets the duration of a single cycle of the blended animations.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public TimeSpan SynchronizedDuration { get; }
Public ReadOnly Property SynchronizedDuration As TimeSpan
Get
public:
property TimeSpan SynchronizedDuration {
TimeSpan get ();
}
member SynchronizedDuration : TimeSpan with get
Property Value
Type:
TimeSpanThe 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