ScrollControllerScrollByRequestedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的位移差異和選項,初始化 ScrollControllerScrollByRequestedEventArgs 類別的新實例。
ScrollControllerScrollByRequestedEventArgs(double const& offsetDelta, ScrollingScrollOptions const& options);
public ScrollControllerScrollByRequestedEventArgs(double offsetDelta, ScrollingScrollOptions options);
function ScrollControllerScrollByRequestedEventArgs(offsetDelta, options)
Public Sub New (offsetDelta As Double, options As ScrollingScrollOptions)
參數
- offsetDelta
-
Double
double
捲動位移的變更量。
- options
- ScrollingScrollOptions
指定是否啟用動畫及遵守貼齊點的選項。