RepeatedScrollSnapPoint クラス

定義

スクロールされたコンテンツがスナップできる複数の等間隔ポイントを表します。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RepeatedScrollSnapPoint : ScrollSnapPointBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class RepeatedScrollSnapPoint : ScrollSnapPointBase
Public Class RepeatedScrollSnapPoint
Inherits ScrollSnapPointBase
継承
Object IInspectable SnapPointBase ScrollSnapPointBase RepeatedScrollSnapPoint
属性

コンストラクター

RepeatedScrollSnapPoint(Double, Double, Double, Double, ScrollSnapPointsAlignment)

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

プロパティ

Alignment

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

(継承元 ScrollSnapPointBase)
End

スナップ ポイントが有効な範囲の末尾を取得します。

Interval

連続する 2 つのポイント間の距離を取得します。

Offset

ポイントが 0 からシフトされる距離を取得します。

Start

スナップ ポイントが有効な範囲の先頭を取得します。

適用対象