Table of Contents

Class PosView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents a position that is anchored to the side of another view.

public record PosView : Pos, IEquatable<Pos>, IEquatable<PosView>
Inheritance
PosView
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

PosView(View, Side)

Represents a position that is anchored to the side of another view.

Properties

Side

Gets the side of the View the position is anchored to.

Target

Gets the View the position is anchored to.

Methods

ToString()

Returns a string that represents the current object.