IWindowInsetsController.SystemBarsBehavior Property

Definition

Retrieves the requested behavior of system bars.

public int SystemBarsBehavior { [Android.Runtime.Register("getSystemBarsBehavior", "()I", "GetGetSystemBarsBehaviorHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; [Android.Runtime.Register("setSystemBarsBehavior", "(I)V", "GetSetSystemBarsBehavior_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getSystemBarsBehavior", "()I", "GetGetSystemBarsBehaviorHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
[<set: Android.Runtime.Register("setSystemBarsBehavior", "(I)V", "GetSetSystemBarsBehavior_IHandler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.SystemBarsBehavior : int with get, set

Property Value

Attributes

Remarks

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

Java documentation for android.view.WindowInsetsController.getSystemBarsBehavior.

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