Window.SetWindowAnimations(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specificare le animazioni personalizzate da usare per la finestra, in base WindowManager.LayoutParams#windowAnimations
WindowManager.LayoutParams.windowAnimationsa .
[Android.Runtime.Register("setWindowAnimations", "(I)V", "GetSetWindowAnimations_IHandler")]
public virtual void SetWindowAnimations(int resId);
[<Android.Runtime.Register("setWindowAnimations", "(I)V", "GetSetWindowAnimations_IHandler")>]
abstract member SetWindowAnimations : int -> unit
override this.SetWindowAnimations : int -> unit
Parametri
- resId
- Int32
Valore System.Int32 usato per l'ID res.
- Attributi
Commenti
Specificare le animazioni personalizzate da usare per la finestra, in base WindowManager.LayoutParams#windowAnimations WindowManager.LayoutParams.windowAnimationsa . Se si specifica qualcosa di diverso da 0, le animazioni che la finestra normalmente recupererà dal tema.
per android.view.Window.setWindowAnimations(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.