Table of Contents

Constructor PosView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PosView(View, Side)

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

public PosView(View view, Side side)

Parameters

view View

The View the position is anchored to.

side Side

The side of the View the position is anchored to.

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.