| BlendGroupLoopBehavior Property |
Gets or sets the behavior of the animations past the end of the duration.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public LoopBehavior LoopBehavior { get; set; }
Public Property LoopBehavior As LoopBehavior
Get
Set
public:
property LoopBehavior LoopBehavior {
LoopBehavior get ();
void set (LoopBehavior value);
}
member LoopBehavior : LoopBehavior with get, set
Property Value
Type:
LoopBehavior
The behavior of the animations past the end of the duration. The default value is
Cycle.
Exceptions See Also