Android.Widget.ListPopupWindow.Width Property

Syntax

[get: Android.Runtime.Register("getWidth", "()I", "GetGetWidthHandler")]
[set: Android.Runtime.Register("setWidth", "(I)V", "GetSetWidth_IHandler")]
public virtual int Width { 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 width of the popup window in pixels. Can also be ListPopupWindow.MatchParent or ListPopupWindow.WrapContent.

Requirements

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