WindowManagerLayoutParams.SystemUiVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property has an incorrect enumeration type. Use the SystemUiFlags property instead.
Control the visibility of the status bar.
[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
Property Value
- Attributes
Remarks
Control the visibility of the status bar.
This member is deprecated. SystemUiVisibility flags are deprecated. Use WindowInsetsController
instead.
Java documentation for android.view.WindowManager.LayoutParams.systemUiVisibility
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.