The properties of Android.Views.WindowInsets are listed below. For a list of all members, see the WindowInsets Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | HasInsets | bool. Returns true if this WindowInsets has any nonzero insets. |
[read-only] | HasStableInsets | bool. Returns true if this WindowInsets has nonzero stable insets. |
[read-only] | HasSystemWindowInsets | bool. Returns true if this WindowInsets has nonzero system window insets. |
[read-only] | IsConsumed | bool. Check if these insets have been fully consumed. |
[read-only] | IsRound | bool. Returns true if the associated window has a round shape. |
[read-only] | StableInsetBottom | int. Returns the bottom stable inset in pixels. |
[read-only] | StableInsetLeft | int. Returns the left stable inset in pixels. |
[read-only] | StableInsetRight | int. Returns the right stable inset in pixels. |
[read-only] | StableInsetTop | int. Returns the top stable inset in pixels. |
[read-only] | SystemWindowInsetBottom | int. Returns the bottom system window inset in pixels. |
[read-only] | SystemWindowInsetLeft | int. Returns the left system window inset in pixels. |
[read-only] | SystemWindowInsetRight | int. Returns the right system window inset in pixels. |
[read-only] | SystemWindowInsetTop | int. Returns the top system window inset in pixels. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |