Table of Contents

Class PosAbsolute

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents an absolute position in the layout. This is used to specify a fixed position in the layout.

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

Remarks

This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.

Constructors

PosAbsolute(int)

Represents an absolute position in the layout. This is used to specify a fixed position in the layout.

Properties

Position

The position of the View in the layout.

Methods

ToString()

Returns a string that represents the current object.