言語

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ドキュメント。

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

適用対象