バージョン

GetItemAtPercentage メソッド

パスで項目をパーセンテージで取得します。
シンタックス
'宣言
 
Public Function GetItemAtPercentage( _
   ByVal percentage As Single, _
   Optional ByVal findClosestItem As Boolean _
) As CarouselItem
public CarouselItem GetItemAtPercentage( 
   float percentage,
   bool findClosestItem
)

パラメータ

percentage
パーセンテージ。
findClosestItem
指定のパーセンテージに最も近い項目を返すかを示します。
参照