|  | Vector3FAnimationZ Property | 
            Gets or sets the animation of the 
Z component.
            
 
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<float> Z { get; set; }<ContentSerializerAttribute(SharedResource := true)>
Public Property Z As IAnimation(Of Single)
	Get
	Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<float>^ Z {
	IAnimation<float>^ get ();
	void set (IAnimation<float>^ value);
}[<ContentSerializerAttribute(SharedResource = true)>]
member Z : IAnimation<float32> with get, set
Property Value
Type: 
IAnimationSingleThe animation of the 
Z component.
 See Also
See Also