|  | AnimationControllerAnimationService Property | 
            Gets the animation service.
            
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic IAnimationService AnimationService { get; }Public ReadOnly Property AnimationService As IAnimationService
	Get
public:
property IAnimationService^ AnimationService {
	IAnimationService^ get ();
}member AnimationService : IAnimationService with get
Property Value
Type: 
IAnimationService
            The 
IAnimationService.
            
 See Also
See Also