Share via


GestureRecognizer.InertiaExpansion 屬性

定義

取得或設定值,指出重設大小或調整時,物件大小從慣性開頭到慣性結束 (的相對變更) 。

public:
 property float InertiaExpansion { float get(); void set(float value); };
float InertiaExpansion();

void InertiaExpansion(float value);
public float InertiaExpansion { get; set; }
var single = gestureRecognizer.inertiaExpansion;
gestureRecognizer.inertiaExpansion = single;
Public Property InertiaExpansion As Single

屬性值

Single

float

與裝置無關圖元的大小相對變更, (DIP) 。

適用於

另請參閱