Class GraphLayout.LayoutOptions
Namespace: ValveResourceFormat.Utils
Assembly: ValveResourceFormat.dll
Options for controlling the layout algorithm.
csharp
public class GraphLayout.LayoutOptionsInheritance
object ← GraphLayout.LayoutOptions
Properties
LayerSpacing
Spacing between layers (columns) in pixels.
csharp
public float LayerSpacing { get; set; }Property Value
MaxCrossingReductionIterations
Maximum number of iterations for crossing reduction.
csharp
public int MaxCrossingReductionIterations { get; set; }Property Value
NodeSpacing
Spacing between nodes within a layer in pixels.
csharp
public float NodeSpacing { get; set; }
