IScrollSnapPointsInfo インターフェイス

定義

アイテムを含み、表示するオブジェクトのスナップ ポイントの動作について説明します。

public interface class IScrollSnapPointsInfo
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(459084598, 58907, 19793, 190, 65, 253, 141, 220, 85, 197, 140)]
struct IScrollSnapPointsInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(459084598, 58907, 19793, 190, 65, 253, 141, 220, 85, 197, 140)]
public interface IScrollSnapPointsInfo
Public Interface IScrollSnapPointsInfo
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

AreHorizontalSnapPointsRegular

コンテナーの水平方向のスナップ ポイントが互いに等しいかどうかを示す値を取得します。

AreVerticalSnapPointsRegular

コンテナーの垂直スナップ ポイントが互いに等しいかどうかを示す値を取得します。

メソッド

GetIrregularSnapPoints(Orientation, SnapPointsAlignment)

指定した方向と配置の不規則なスナップ ポイント間の距離のセットを返します。

GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single)

指定した方向と配置の通常のスナップ ポイント間の距離を取得します。

イベント

HorizontalSnapPointsChanged

水平スナップ ポイントの測定値が変化したときに発生します。

VerticalSnapPointsChanged

垂直スナップ ポイントの測定値が変化したときに発生します。

適用対象