Share via


GestureRecognizer.InertiaExpansion 属性

定义

获取或设置一个值,该值指示在调整大小或缩放完成) 时,从惯性开始到惯性结束 (对象大小的相对变化。

有关此 API 的更多详细信息,请参阅 UWP WinRT 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) 。

适用于