this class contains all that defines a propertie that can be tweened. There's no need to use it.

Namespace:  Tweened
Assembly:  Tweened (in Tweened.dll)

Syntax

Visual Basic (Declaration)
Public Class TweenedProperty
C#
public class TweenedProperty
Visual C++
public ref class TweenedProperty
JavaScript
Tweened.TweenedProperty = function();

Type.createClass(
	'Tweened.TweenedProperty');

Inheritance Hierarchy

System..::.Object
  Tweened..::.TweenedProperty

See Also