|  | SrtAnimationTranslation Property | 
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntax[ContentSerializerAttribute(SharedResource = true)]
public IAnimation<Vector3F> Translation { get; set; }<ContentSerializerAttribute(SharedResource := true)>
Public Property Translation As IAnimation(Of Vector3F)
	Get
	Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<Vector3F>^ Translation {
	IAnimation<Vector3F>^ get ();
	void set (IAnimation<Vector3F>^ value);
}[<ContentSerializerAttribute(SharedResource = true)>]
member Translation : IAnimation<Vector3F> with get, set
Property Value
Type: 
IAnimationVector3FThe animation of the 
Translation value.
 See Also
See Also