eDriven Framework API
DragProxyTween Class
NamespaceseDriven.Gui.AnimationDragProxyTween
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class DragProxyTween : Parallel
Public Class DragProxyTween _
	Inherits Parallel
public ref class DragProxyTween : public Parallel
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
DragProxyTween(Object, Rectangle, Rectangle)
Initializes a new instance of the DragProxyTween class

Add(IAsyncAction) (Inherited from Composite.)
Add(array<IAsyncAction>[]()[][]) (Inherited from Composite.)
Callback
Callback function when fires after the tween is finished
(Inherited from TweenBase.)
CheckEndValue (Inherited from TweenBase.)
CheckProperty (Inherited from TweenBase.)
CheckStartValue (Inherited from TweenBase.)
CheckTarget (Inherited from TweenBase.)
Children (Inherited from Composite.)
Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from Parallel.)
CloneTweens()()()() (Inherited from Composite.)
Count
Child tween count Upon the composite tween's child initialization, this number is increased The duty of each child tween is to decrease this count when finished, using the internal setter
(Inherited from Composite.)
DefaultDuration
DefaultEaser
Delay
The delay before actual start
(Inherited from TweenBase.)
Dispose()()()() (Inherited from Composite.)
Duration
Tween duration
(Inherited from TweenBase.)
Easer (Inherited from Composite.)
EndValue (Inherited from Composite.)
EndValueReader (Inherited from Composite.)
EndValueReaderFunction (Inherited from Composite.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Interpolator (Inherited from Composite.)
IsChild
Returns true if tween has a parent
(Inherited from TweenBase.)
IsDone
Returns true if tween finished playing
(Inherited from TweenBase.)
IsLaunched (Inherited from Composite.)
Launch()()()() (Inherited from Parallel.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Tween name
(Inherited from TweenBase.)
NewBounds
OldBounds
OnFinished()()()() (Inherited from Composite.)
Parent (Inherited from Composite.)
Play()()()() (Inherited from Parallel.)
Play(Object) (Inherited from Composite.)
Property
Tweening property
(Inherited from TweenBase.)
Proxy (Inherited from TweenBase.)
Remove(IAsyncAction)
Removes the action
(Inherited from Composite.)
Reset()()()() (Inherited from Parallel.)
SetOption(TweenOption) (Inherited from TweenBase.)
SetOptions(array<TweenOption>[]()[][]) (Inherited from TweenBase.)
SetProperty(String) (Inherited from TweenBase.)
SetTarget(Object) (Inherited from TweenBase.)
StartValue (Inherited from Composite.)
StartValueReader (Inherited from Composite.)
StartValueReaderFunction (Inherited from Composite.)
Stop()()()() (Inherited from Composite.)
Target
Tweening target
(Inherited from TweenBase.)
Tick()()()() (Inherited from Parallel.)
ToString()()()() (Inherited from Parallel.)
Inheritance Hierarchy
Object
TweenBase
 Composite
  Parallel
   DragProxyTween

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