This class contains the static definition of all properties Tweenable for setting TweenObject constructor. if you want to know what you can do, just check properties members

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class TweenableProperties
C#
public static class TweenableProperties
Visual C++
public ref class TweenableProperties abstract sealed
JavaScript
Tweened.TweenableProperties = function();

Type.createClass(
	'Tweened.TweenableProperties');

Inheritance Hierarchy

System..::.Object
  Tweened..::.TweenableProperties

See Also