Share via


GestureRecognizer.InertiaExpansionDeceleration 屬性

定義

取得或設定值,這個值表示當調整大小或展開完成) 操作時,從慣性開始到慣性結束 (的減速速率。

如需此 API 的詳細資訊,請參閱 UWP WinRT InertiaExpansionDeceleration 主題。

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

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

屬性值

Single

float

與裝置無關的圖元速率, (DIP) /ms2

適用於