言語

WindowManagerLayoutParams.WindowAnimations プロパティ

定義

このウィンドウに使用するアニメーションを定義するスタイル リソース。

[Android.Runtime.Register("windowAnimations")]
public int WindowAnimations { get; set; }
[<Android.Runtime.Register("windowAnimations")>]
member this.WindowAnimations : int with get, set

プロパティ値

属性

注釈

このウィンドウに使用するアニメーションを定義するスタイル リソース。 これはシステム リソースである必要があります。ウィンドウ マネージャーはアプリケーションにアクセスできないため、アプリケーション リソースにすることはできません。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象