Share via


BasePopup.Anchor Property

Definition

Gets or sets the View anchor.

public Xamarin.Forms.View? Anchor { get; set; }

Property Value

Remarks

The Anchor is where the Popup will render closest to. When an Anchor is configured the popup will appear centered over that control or as close as possible.

Applies to