WindowInsets.SystemWindowInsetLeft 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.
Returns the left system window inset in pixels.
public int SystemWindowInsetLeft { [Android.Runtime.Register("getSystemWindowInsetLeft", "()I", "")] get; }
[<get: Android.Runtime.Register("getSystemWindowInsetLeft", "()I", "")>]
member this.SystemWindowInsetLeft : int
Property Value
The left system window inset
- Attributes
Remarks
Returns the left system window inset 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.getSystemWindowInsetLeft()
.
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.