ManipulationInertiaStartingEventArgs.InitialVelocities 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在慣性開始之前操作發生變更的速率。
public:
property System::Windows::Input::ManipulationVelocities ^ InitialVelocities { System::Windows::Input::ManipulationVelocities ^ get(); };
public System.Windows.Input.ManipulationVelocities InitialVelocities { get; }
member this.InitialVelocities : System.Windows.Input.ManipulationVelocities
Public ReadOnly Property InitialVelocities As ManipulationVelocities
屬性值
在慣性開始之前操作發生變更的速率。
備註
如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱 逐步解說:建立您的第一個觸控應用程式。