Page 1 of 1

Customizing your output

Posted: Fri May 03, 2024 9:05 pm
by Sam Coco 661d5317c83bd
You can reference the Output Layout Control page from our Help File to fully customize your output.

For example, you can use the OutputLayout.ShowNewWindowBehavior() Method to define how new Windows will appear in the current Workspace. This Method is llustrated on our Output Layout Control page and shown below.

Code: Select all

OutputLayout.ShowNewWindowBehavior = 0; // 0 = Tiles all windows horizontally.
OutputLayout.ShowNewWindowBehavior = 1; // 1 = Tiles all windows vertically.