Bagikan melalui


BounceEase.Bounces Properti

Definisi

Mendapatkan atau mengatur jumlah pantulan.

public:
 property int Bounces { int get(); void set(int value); };
int Bounces();

void Bounces(int value);
public int Bounces { get; set; }
var int32 = bounceEase.bounces;
bounceEase.bounces = int32;
Public Property Bounces As Integer
<BounceEase Bounces="int" .../>

Nilai Properti

Int32

int

Jumlah pantulan. Nilai harus lebih besar atau sama dengan nol. Nilai negatif akan diatasi menjadi nol. Standarnya adalah 3.

Berlaku untuk