Show / Hide Table of Contents

Enum LayoutDirection

Enumeration of possible layout directions.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum LayoutDirection

Fields

Name Description
BottomToTop

Bottom to top direction.

LeftToRight

Left to right direction.

RightToLeft

Right to left direction.

TopToBottom

Top to bottom direction.

Extension Methods

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