Table of Contents

Property Anchor

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Anchor

Gets or sets the anchor positioning function. When the popover is shown, this function is called to determine the anchor rectangle for positioning.

Func<Rectangle?>? Anchor { get; set; }

Property Value

Func<Rectangle?>