Linguaggio

Window.SetType(WindowManagerTypes) Metodo

Definizione

Impostare il tipo di finestra in base a WindowManager.

[Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")]
public virtual void SetType(Android.Views.WindowManagerTypes type);
[<Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")>]
abstract member SetType : Android.Views.WindowManagerTypes -> unit
override this.SetType : Android.Views.WindowManagerTypes -> unit

Parametri

type
WindowManagerTypes

Nuovo tipo di finestra (vedere WindowManager.LayoutParams).

Attributi

Commenti

Impostare il tipo della finestra in base ai tipi WindowManager.LayoutParams.

per android.view.Window.setType(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