Table of Contents

Method SetLayout

Namespace
Bonsai.Design.Visualizers
Assembly
Bonsai.Design.Visualizers.dll

SetLayout(PaneLayout)

Sets the auto layout strategy for graphs with multiple panes.

public void SetLayout(PaneLayout layout)

Parameters

layout PaneLayout

Specifies the auto layout options for graphs with multiple panes.

SetLayout(int, int)

Sets the number of rows and columns in the layout explicitly for graphs with multiple panes.

public void SetLayout(int rows, int columns)

Parameters

rows int

The number of rows in the pane layout.

columns int

The number of columns in the pane layout.