eDriven Framework API
GetTween Method (target, property)
NamespaceseDriven.AnimationTweenRegistryGetTween(Object, String)
eDriven Framework API
Returns the tween tweening the specified property on target
Declaration Syntax
C#Visual BasicVisual C++
public IAnimation GetTween(
	Object target,
	string property
)
Public Function GetTween ( _
	target As Object, _
	property As String _
) As IAnimation
public:
IAnimation^ GetTween(
	Object^ target, 
	String^ property
)
Parameters
target (Object)
property (String)
Return Value
Exceptions
ExceptionCondition
Exception

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)