WindowManagerLayoutParams.FitInsetsTypes 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 types of insets that this window should avoid overlapping during layout.
public virtual int FitInsetsTypes { [Android.Runtime.Register("getFitInsetsTypes", "()I", "GetGetFitInsetsTypesHandler", ApiSince=30)] get; [Android.Runtime.Register("setFitInsetsTypes", "(I)V", "GetSetFitInsetsTypes_IHandler", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getFitInsetsTypes", "()I", "GetGetFitInsetsTypesHandler", ApiSince=30)>]
[<set: Android.Runtime.Register("setFitInsetsTypes", "(I)V", "GetSetFitInsetsTypes_IHandler", ApiSince=30)>]
member this.FitInsetsTypes : int with get, set
Property Value
the WindowInsets.Type
s that this window is avoiding overlapping.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.WindowManager.LayoutParams.getFitInsetsTypes()
.
Property setter documentation:
Specifies types of insets that this window should avoid overlapping during layout.
Java documentation for android.view.WindowManager.LayoutParams.setFitInsetsTypes(int)
.
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.