Method SetHeight | Terminal.Gui v1 (original) (raw)

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.

Edit this page