Android.Views.WindowInsets.IsConsumed Property
Check if these insets have been fully consumed.

Syntax

[get: Android.Runtime.Register("isConsumed", "()Z", "GetIsConsumedHandler")]
public bool IsConsumed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Check if these insets have been fully consumed.

Insets are considered "consumed" if the applicable consume* methods have been called such that all insets have been set to zero. This affects propagation of insets through the view hierarchy; insets that have not been fully consumed will continue to propagate down to child views.

The result of this method is equivalent to the return value of View.FitSystemWindows(Android.Graphics.Rect).

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0