Table of Contents

Class GraphLayout.LayoutOptions

Namespace
ValveResourceFormat.Utils
Assembly
ValveResourceFormat.dll

Options for controlling the layout algorithm.

public class GraphLayout.LayoutOptions

Inheritance

Inherited Members

Properties

LayerSpacing

Spacing between layers (columns) in pixels.

public float LayerSpacing { get; set; }

Property Value

float

MaxCrossingReductionIterations

Maximum number of iterations for crossing reduction.

public int MaxCrossingReductionIterations { get; set; }

Property Value

int

NodeSpacing

Spacing between nodes within a layer in pixels.

public float NodeSpacing { get; set; }

Property Value

float