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

属性值

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

注解

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

适用于