Android.Widget.PopupWindow.IsAboveAnchor Property
Indicates whether the popup is showing above (the y coordinate of the popup's bottom is less than the y coordinate of the anchor) or below the anchor view (the y coordinate of the popup is greater than y coordinate of the anchor's bottom).

Syntax

[get: Android.Runtime.Register("isAboveAnchor", "()Z", "GetIsAboveAnchorHandler")]
public virtual bool IsAboveAnchor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether the popup is showing above (the y coordinate of the popup's bottom is less than the y coordinate of the anchor) or below the anchor view (the y coordinate of the popup is greater than y coordinate of the anchor's bottom). The value returned by this method is meaningful only after PopupWindow.ShowAsDropDown(Android.Views.View) or PopupWindow.ShowAsDropDown(Android.Views.View, System.Int32, System.Int32) was invoked.

[Android Documentation]

Requirements

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