Table of Contents

Method SetHeight

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetHeight(int, out int)

Calculate the height based on the Height settings.

public bool SetHeight(int desiredHeight, out int resultHeight)

Parameters

desiredHeight int

The desired height.

resultHeight int

The real result height.

Returns

bool

true if the height can be directly assigned, false otherwise.