Table of Contents

Constructor PosFunc

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PosFunc(Func<int>)

Represents a position that is computed by executing a function that returns an integer position.

public PosFunc(Func<int> Fn)

Parameters

Fn Func<int>

The function that computes the dimension. If this function throws LayoutException...