Share via


BadgeAnimation.OnDisappering(View) Method

Definition

With the OnDisappering(View) method you can influence the animation that is used when the BadgeView disappears.

public System.Threading.Tasks.Task OnDisappering(Xamarin.Forms.View badgeView);

Parameters

badgeView
View

The BadgeView instance on which the animation will be applied

Returns

System.Threading.Tasks.Task

An awaitable System.Threading.Tasks.Task

Implements

Applies to