共用方式為


AndroidApp.ScrollRight 方法

定義

多載

ScrollRight(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

在符合查詢的第一個專案上向右捲動。

ScrollRight(String, ScrollStrategy, Double, Int32, Boolean)

在符合查詢的第一個專案上向右捲動。

ScrollRight(Func<AppQuery,AppQuery>, ScrollStrategy, Double, Int32, Boolean)

在符合查詢的第一個專案上向右捲動。

public void ScrollRight (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> withinQuery = null, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
member this.ScrollRight : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollRight (Optional withinQuery As Func(Of AppQuery, AppQuery) = null, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

參數

withinQuery
Func<AppQuery,AppQuery>

Fluent API 的進入點,指定要捲動的專案。

strategy
ScrollStrategy

捲動元素的策略。

swipePercentage
Double

從 0.0 撥動到 1.0 到 1.0) (元素之間的距離。 忽略程式設計捲動。

swipeSpeed
Int32

手勢的速度。 忽略程式設計捲動。

withInertia
Boolean

撥動是否應該造成慣性。 忽略程式設計捲動。

適用於

ScrollRight(String, ScrollStrategy, Double, Int32, Boolean)

在符合查詢的第一個專案上向右捲動。

public void ScrollRight (string withinMarked, Xamarin.UITest.ScrollStrategy strategy = Xamarin.UITest.ScrollStrategy.Auto, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
member this.ScrollRight : string * Xamarin.UITest.ScrollStrategy * double * int * bool -> unit
Public Sub ScrollRight (withinMarked As String, Optional strategy As ScrollStrategy = Xamarin.UITest.ScrollStrategy.Auto, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

參數

withinMarked
String

標示選取器以選取要捲動的專案。 如需相關資訊,請參閱 Marked(String)

strategy
ScrollStrategy

捲動元素的策略。

swipePercentage
Double

從 0.0 撥動到 1.0 到 1.0) (元素之間的距離。 忽略程式設計捲動。

swipeSpeed
Int32

手勢的速度。 忽略程式設計捲動。

withInertia
Boolean

撥動是否應該造成慣性。 忽略程式設計捲動。

適用於