Table of Contents

Constructor PosPercent

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

PosPercent(int)

Represents a position that is a percentage of the width or height of the SuperView.

public PosPercent(int Percent)

Parameters

Percent int

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.

PosPercent(PosPercent)

protected PosPercent(PosPercent original)

Parameters

original PosPercent