Gets or sets the animation of the Y component.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
[ContentSerializerAttribute(SharedResource = true)]
public IAnimation<float> Y { get; set; }
Visual Basic
<ContentSerializerAttribute(SharedResource := True)> _
Public Property Y As IAnimation(Of Single)
	Get
	Set
Visual C++
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<float>^ Y {
	IAnimation<float>^ get ();
	void set (IAnimation<float>^ value);
}

Field Value

The animation of the Y component.

See Also