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
PaneLayoutSpecifies 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)