Wisej.Web.Animation
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Initializes a new instance of the Animation class.
Initializes a new instance of the Animation class attached to an IContainer implementation.
Name | Type | Description |
---|---|---|
List<String>: Manages a collection of used defined animation definitions.
Object: Returns or sets the object that contains programmer-supplied data associated with this component.
Returns a value indicating whether a control can be extended.
Returns: Boolean. true if the control can be extended; otherwise, false.
Removes all animations.
Animation properties.
Returns: Properties. The name of the selected animation.
Throws:
ArgumentNullException control is null.
Fires the End event.
Fires the Start event.
Removes all the animation properties from the control .
Runs the animation of the specified Control immediately. If the control doesn't have a configured animation this method doesn't do anything.
AnimationEventHandler Fired when the animation ends.
AnimationEventHandler Fired when the animation begins.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
extendee
The control to be extended.
control
The control to get the animation name for.
e
e
control
Control to remove from the Animation extender.
control
The control to animate.
All wisej components implement this interface.
Allows an object to serialize itself.
container
An IContainer that represents the container of the Animation extender.
Wisej.Web.AnimationEventArgs
sender
The source of the event.
e
A AnimationEventArgs that contains the event data.
Fired when the animation begins.
Fired when the animation ends.