Share via


InertiaExpansionBehavior.InitialVelocity 属性

定义

获取或设置惯性开始时元素调整的初始速率。

public:
 property System::Windows::Vector InitialVelocity { System::Windows::Vector get(); void set(System::Windows::Vector value); };
public System.Windows.Vector InitialVelocity { get; set; }
member this.InitialVelocity : System.Windows.Vector with get, set
Public Property InitialVelocity As Vector

属性值

惯性开始时元素调整的初始速率。

注解

有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序

适用于