Updated docs

This commit is contained in:
Tig
2024-05-10 10:19:31 -06:00
parent 7bf2bf4785
commit 0df5133fc1
2 changed files with 10 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ The [Pos](~/api/Terminal.Gui.Pos.yml) is the type of `View.X` and `View.Y` and s
* Anchored from the end of the dimension - `Pos.AnchorEnd()`.
* Centered, using `Pos.Center()`.
* The `Pos.Left(otherView)`, `Pos.Top(otherView)`, `Pos.Bottom(otherView)`, `Pos.Right(otherView)` positions of another view.
* Justified (left, right, center, etc...) with other views - `Pos.Justify(Justification)`.
All `Pos` coordinates are relative to the Superview's content area.