Show / Hide Table of Contents

Class FadeOutTransition

Fade Out transition.

Inheritance
System.Object
FadeTransition
FadeOutTransition
Implements
ITransition
Inherited Members
FadeTransition.Run(IAnimationContext, Control, TimeSpan, Action<Control>)
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class FadeOutTransition : FadeTransition, ITransition

Constructors

| Improve this Doc View Source

FadeOutTransition()

Initializes a new instance of the FadeOutTransition class.

Declaration
public FadeOutTransition()

Implements

ITransition

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape