Method SetHeight | Terminal.Gui v1 (original) (raw)
Namespace
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
true if the height can be directly assigned, false otherwise.