Share via


RepeatedScrollSnapPoint コンストラクター

定義

指定した値を使用して 、RepeatedScrollSnapPoint クラスの新しいインスタンスを初期化します。

public:
 RepeatedScrollSnapPoint(double offset, double interval, double start, double end, ScrollSnapPointsAlignment alignment);
 RepeatedScrollSnapPoint(double const& offset, double const& interval, double const& start, double const& end, ScrollSnapPointsAlignment const& alignment);
public RepeatedScrollSnapPoint(double offset, double interval, double start, double end, ScrollSnapPointsAlignment alignment);
function RepeatedScrollSnapPoint(offset, interval, start, end, alignment)
Public Sub New (offset As Double, interval As Double, start As Double, end As Double, alignment As ScrollSnapPointsAlignment)

パラメーター

offset
Double

double

ポイントが 0 からシフトされる距離。

interval
Double

double

連続する 2 つのポイント間の距離。

start
Double

double

スナップ ポイントが有効な範囲の先頭。

end
Double

double

スナップ ポイントが有効な範囲の末尾。

alignment
ScrollSnapPointsAlignment

ビューポートに対するスナップ ポイントの位置を示す 値です。

適用対象