Android.Views.WindowInsets: Property Members

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

Public Properties

[read-only]
HasInsetsbool. Returns true if this WindowInsets has any nonzero insets.
[read-only]
HasStableInsetsbool. Returns true if this WindowInsets has nonzero stable insets.
[read-only]
HasSystemWindowInsetsbool. Returns true if this WindowInsets has nonzero system window insets.
[read-only]
IsConsumedbool. Check if these insets have been fully consumed.
[read-only]
IsRoundbool. Returns true if the associated window has a round shape.
[read-only]
StableInsetBottomint. Returns the bottom stable inset in pixels.
[read-only]
StableInsetLeftint. Returns the left stable inset in pixels.
[read-only]
StableInsetRightint. Returns the right stable inset in pixels.
[read-only]
StableInsetTopint. Returns the top stable inset in pixels.
[read-only]
SystemWindowInsetBottomint. Returns the bottom system window inset in pixels.
[read-only]
SystemWindowInsetLeftint. Returns the left system window inset in pixels.
[read-only]
SystemWindowInsetRightint. Returns the right system window inset in pixels.
[read-only]
SystemWindowInsetTopint. Returns the top system window inset in pixels.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.