Table of Contents

Method SetWidth

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetWidth(int, out int)

Calculate the width based on the Width settings.

public bool SetWidth(int desiredWidth, out int resultWidth)

Parameters

desiredWidth int

The desired width.

resultWidth int

The real result width.

Returns

bool

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