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

当垂直对齐点的度量值更改时发生。

适用于