WindowManagerLayoutParams.FitInsetsIgnoringVisibility 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.
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.
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.