Table of Contents

Class PosFunc

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

public record PosFunc : Pos, IEquatable<Pos>, IEquatable<PosFunc>
Inheritance
PosFunc
Implements
Inherited Members

Constructors

PosFunc(Func<int>)

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

Properties

Fn

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

Methods

ToString()

Returns a string that represents the current object.