WindowManagerLayoutParams.FitInsetsIgnoringVisibility Property

Definition

Specifies if this window should fit the window insets no matter they are visible or not.

public virtual bool FitInsetsIgnoringVisibility { [Android.Runtime.Register("isFitInsetsIgnoringVisibility", "()Z", "GetIsFitInsetsIgnoringVisibilityHandler", ApiSince=30)] get; [Android.Runtime.Register("setFitInsetsIgnoringVisibility", "(Z)V", "GetSetFitInsetsIgnoringVisibility_ZHandler", ApiSince=30)] set; }
[<get: Android.Runtime.Register("isFitInsetsIgnoringVisibility", "()Z", "GetIsFitInsetsIgnoringVisibilityHandler", ApiSince=30)>]
[<set: Android.Runtime.Register("setFitInsetsIgnoringVisibility", "(Z)V", "GetSetFitInsetsIgnoringVisibility_ZHandler", ApiSince=30)>]
member this.FitInsetsIgnoringVisibility : bool with get, set

Property Value

true if this window fits the window insets no matter they are visible or not.

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.WindowManager.LayoutParams.isFitInsetsIgnoringVisibility().

Property setter documentation:

Specifies if this window should fit the window insets no matter they are visible or not.

Java documentation for android.view.WindowManager.LayoutParams.setFitInsetsIgnoringVisibility(boolean).

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