Class TransitionExtensions
Extensions for ITransition.
Inheritance
System.Object
TransitionExtensions
Namespace: GraphShape.Controls.Extensions
Assembly: GraphShape.Controls.dll
Syntax
public static class TransitionExtensions : object
Methods
| Improve this Doc View SourceRun(ITransition, IAnimationContext, Control, TimeSpan)
Runs the transition.
Declaration
public static void Run(this ITransition transition, IAnimationContext context, Control control, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
ITransition | transition | Transition handler. |
IAnimationContext | context | The context of the transition. |
Control | control | The control which the transition should be run on. |
TimeSpan | duration | The duration of the transition. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|