|  | AnimationClipTLoopBehavior Property | 
            Gets or sets the behavior of the animation past the end of the animation clip.
            
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic 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 animation past the end of the animation clip. The default value is 
            
Constant.
            
 See Also
See Also