Share via


Animation.Insert(Double, Double, Animation) Methode

Definition

Fügt ein Animation-Objekt zu Animation hinzu, das bei beginAt beginnt und bei finishAt endet.

public Xamarin.Forms.Animation Insert (double beginAt, double finishAt, Xamarin.Forms.Animation animation);
member this.Insert : double * double * Xamarin.Forms.Animation -> Xamarin.Forms.Animation

Parameter

beginAt
System.Double

Der Bruchteil der Animation, an dem die hinzugefügte untergeordnete Animation beginnt.

finishAt
System.Double

Der Bruchteil der Animation, an dem die hinzugefügte untergeordnete Animation endet.

animation
Animation

Die hinzuzufügende Animation.

Gibt zurück

Gilt für: