Android.Widget.PopupWindow.Height Property

Syntax

[get: Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")]
[set: Android.Runtime.Register("setHeight", "(I)V", "GetSetHeight_IHandler")]
public virtual int Height { get; set; }

See Also

PopupWindow.Height
PopupWindow.Height
PopupWindow.IsShowing

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return this popup's height MeasureSpec

Set method documentation [Android Documentation]

Change the popup's height MeasureSpec

If the popup is showing, calling this method will take effect only the next time the popup is shown.

Requirements

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