Show / Hide Table of Contents

Enum LayoutMode

Enumeration of possible layout modes.

Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public enum LayoutMode : int

Fields

Name Description
Automatic

Decide about the layout mode automatically.

Compound

Compound vertices, compound graph.

Simple

There should not be any compound vertices.

Extension Methods

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