BounceEase.Bounces 속성

정의

바운스 개수를 가져오거나 설정합니다.

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" .../>

속성 값

Int32

int

바운스 개수입니다. 값은 0보다 크거나 같아야 합니다. 음수 값은 0으로 resolve. 기본값은 3입니다.

적용 대상