WindowInsets.SystemWindowInsets Property

Definition

Returns the system window insets in pixels.

public Android.Graphics.Insets SystemWindowInsets { [Android.Runtime.Register("getSystemWindowInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSystemWindowInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)>]
member this.SystemWindowInsets : Android.Graphics.Insets

Property Value

The system window insets

Attributes

Remarks

Returns the system window insets in pixels.

The system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar, navigation bar, IME or other system windows.

This member is deprecated. Use #getInsets(int) with Type#systemBars() instead.

Java documentation for android.view.WindowInsets.getSystemWindowInsets().

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