Class PosAnchorEnd | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Represents a position anchored to the end (right side or bottom).
public record PosAnchorEnd : Pos, IEquatable<Pos>, IEquatable<PosAnchorEnd>
Inheritance
PosAnchorEnd
Implements
Inherited Members
Constructors
Constructs a new position anchored to the end (right side or bottom) of the SuperView, minus the respective dimension of the View. This is equivalent to using PosAnchorEnd(int), with an offset equivalent to the View's respective dimension.
Constructs a new position anchored to the end (right side or bottom) of the SuperView,
Properties
Gets the offset of the position from the right/bottom.
If true, the offset is the width of the view, if false, the offset is the offset value.
Methods
Returns a string that represents the current object.