次の方法で共有


WindowManagerLayoutParams.SystemUiVisibility プロパティ

定義

注意事項

This property has an incorrect enumeration type. Use the SystemUiFlags property instead.

ステータス バーの表示を制御します。

[Android.Runtime.Register("systemUiVisibility")]
[System.Obsolete("This property has an incorrect enumeration type. Use the SystemUiFlags property instead.")]
public Android.Views.StatusBarVisibility SystemUiVisibility { get; set; }
[<Android.Runtime.Register("systemUiVisibility")>]
[<System.Obsolete("This property has an incorrect enumeration type. Use the SystemUiFlags property instead.")>]
member this.SystemUiVisibility : Android.Views.StatusBarVisibility with get, set

プロパティ値

属性

注釈

ステータス バーの表示を制御します。

このメンバーは非推奨です。 SystemUiVisibility フラグは非推奨です。 代わりに WindowInsetsController を使用してください

の Java ドキュメントandroid.view.WindowManager.LayoutParams.systemUiVisibility

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象