WindowInsets.HasInsets Property

Definition

Returns true if this WindowInsets has any nonzero insets.

public bool HasInsets { [Android.Runtime.Register("hasInsets", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasInsets", "()Z", "")>]
member this.HasInsets : bool

Property Value

true if any inset values are nonzero

Attributes

Remarks

Returns true if this WindowInsets has any nonzero insets.

Java documentation for android.view.WindowInsets.hasInsets().

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.

Applies to