Click or drag to resize
DigitalRuneBlendGroupEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.

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

Property Value

Type: ITimeline
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent
See Also