IScrollSnapPointsInfo 接口

定义

描述包含和显示项的 对象的对齐点行为。

public interface class IScrollSnapPointsInfo
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3555356169, 60663, 20904, 189, 84, 252, 132, 185, 101, 55, 102)]
struct IScrollSnapPointsInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3555356169, 60663, 20904, 189, 84, 252, 132, 185, 101, 55, 102)]
public interface IScrollSnapPointsInfo
Public Interface IScrollSnapPointsInfo
派生
属性

属性

AreHorizontalSnapPointsRegular

获取一个值,该值指示容器的水平对齐点是否彼此等距。

AreVerticalSnapPointsRegular

获取一个值,该值指示容器的垂直对齐点是否彼此等距。

方法

GetIrregularSnapPoints(Orientation, SnapPointsAlignment)

返回指定方向和对齐不规则对齐点之间的距离集。

GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single)

获取指定方向和对齐方式的常规对齐点之间的距离。

事件

HorizontalSnapPointsChanged

当水平对齐点的度量值更改时发生。

VerticalSnapPointsChanged

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

适用于