Android.Widget.ListPopupWindow.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; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Sets the height of the popup window in pixels. Can also be ListPopupWindow.MatchParent.

Requirements

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