ListPopupWindow.Width Proprietà

Definizione

Imposta la larghezza della finestra popup in pixel.

public virtual int Width { [Android.Runtime.Register("getWidth", "()I", "GetGetWidthHandler")] get; [Android.Runtime.Register("setWidth", "(I)V", "GetSetWidth_IHandler")] set; }
[<get: Android.Runtime.Register("getWidth", "()I", "GetGetWidthHandler")>]
[<set: Android.Runtime.Register("setWidth", "(I)V", "GetSetWidth_IHandler")>]
member this.Width : int with get, set

Valore della proprietà

Larghezza della finestra popup in pixel.

Attributi

Commenti

Documentazione del getter delle proprietà:

per android.widget.ListPopupWindow.getWidth().

Documentazione del setter delle proprietà:

Imposta la larghezza della finestra popup in pixel. Può anche essere #MATCH_PARENT o #WRAP_CONTENT.

per android.widget.ListPopupWindow.setWidth(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a