Class PosAbsolute | Terminal.Gui v2 (original) (raw)

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

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.