Show / Hide Table of Contents

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 Source

Run(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

transition is null.

  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape