Click or drag to resize
DigitalRuneBlendGroupLoopBehavior Property
Gets or sets the behavior of the animations past the end of the duration.

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

Property Value

Type: LoopBehavior
The behavior of the animations past the end of the duration. The default value is Cycle.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is set to CycleOffset. This loop behavior is not supported by a BlendGroup.
See Also