IWindowInsetsController.SystemBarsAppearance Property

Definition

Retrieves the requested appearance of system bars.

public int SystemBarsAppearance { [Android.Runtime.Register("getSystemBarsAppearance", "()I", "GetGetSystemBarsAppearanceHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSystemBarsAppearance", "()I", "GetGetSystemBarsAppearanceHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.SystemBarsAppearance : int

Property Value

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsController.getSystemBarsAppearance.

Java documentation for android.view.WindowInsetsController.getSystemBarsAppearance.

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.

Applies to