InertiaExpansionBehavior.DesiredExpansion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在慣性結束時項目調整大小的量。
public:
property System::Windows::Vector DesiredExpansion { System::Windows::Vector get(); void set(System::Windows::Vector value); };
public System.Windows.Vector DesiredExpansion { get; set; }
member this.DesiredExpansion : System.Windows.Vector with get, set
Public Property DesiredExpansion As Vector
屬性值
在慣性結束時項目調整大小的量。 預設為 Vector,而且其 X 和 Y 屬性設定為 NaN。
備註
DesiredExpansion使用屬性可指定慣性結束時操作所需的擴充。 DesiredExpansion設定 或DesiredDeceleration,但不能同時設定兩者。 當您設定其中一個屬性時,如果有值,另一個屬性就會變更為 Double.NaN 。
如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式。