WindowMetrics.WindowInsets Property

Definition

Returns the WindowInsets of the area associated with this window or android.annotation.UiContext.

public Android.Views.WindowInsets WindowInsets { [Android.Runtime.Register("getWindowInsets", "()Landroid/view/WindowInsets;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getWindowInsets", "()Landroid/view/WindowInsets;", "", ApiSince=30)>]
member this.WindowInsets : Android.Views.WindowInsets

Property Value

the WindowInsets of the visual area.

Attributes

Remarks

Returns the WindowInsets of the area associated with this window or android.annotation.UiContext.

Java documentation for android.view.WindowMetrics.getWindowInsets().

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