BounceEase.Bounces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置弹跳次数。
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
弹跳次数。 该值必须大于或等于零。 负值将解析为零。 默认值为 3。