Android.Views.WindowInsets Members

The members of Android.Views.WindowInsets are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct a new WindowInsets, copying all values from a source WindowInsets.

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.

Public Methods

ConsumeStableInsets() : WindowInsets
Returns a copy of this WindowInsets with the stable insets fully consumed.
ConsumeSystemWindowInsets() : WindowInsets
Returns a copy of this WindowInsets with the system window insets fully consumed.
ReplaceSystemWindowInsets(Android.Graphics.Rect) : WindowInsets
Returns a copy of this WindowInsets with selected system window insets replaced with new values.
ReplaceSystemWindowInsets(int, int, int, int) : WindowInsets
Returns a copy of this WindowInsets with selected system window insets replaced with new values.