Show / Hide Table of Contents

Interface IAnimationContext

Represents an animation context.

Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public interface IAnimationContext

Properties

| Improve this Doc View Source

GraphCanvas

Graph canvas.

Declaration
GraphCanvas GraphCanvas { get; }
Property Value
Type Description
GraphCanvas

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