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

See Also

PopupWindow.Width
PopupWindow.Width
PopupWindow.IsShowing

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return this popup's width MeasureSpec

Set method documentation [Android Documentation]

Change the popup's width 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