Android.Widget.ListPopupWindow.AnchorView Property
Returns the view that will be used to anchor this popup.

Syntax

[get: Android.Runtime.Register("getAnchorView", "()Landroid/view/View;", "GetGetAnchorViewHandler")]
[set: Android.Runtime.Register("setAnchorView", "(Landroid/view/View;)V", "GetSetAnchorView_Landroid_view_View_Handler")]
public virtual Android.Views.View AnchorView { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the view that will be used to anchor this popup.

Set method documentation [Android Documentation]

Sets the popup's anchor view. This popup will always be positioned relative to the anchor view when shown.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11