Language

IWindowInsetsAnimationController.IsCancelled Property

Definition

Returns whether this instance has been cancelled by the system, or by invoking the CancellationSignal passed into WindowInsetsController.controlWindowInsetsAnimation .

public bool IsCancelled { [Android.Runtime.Register("isCancelled", "()Z", "GetIsCancelledHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isCancelled", "()Z", "GetIsCancelledHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.IsCancelled : bool

Property Value

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsAnimationController.isCancelled.

Java documentation for android.view.WindowInsetsAnimationController.isCancelled.

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