IScrollSnapPointsInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述包含和显示项的 对象的对齐点行为。
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 |
当垂直对齐点的度量值更改时发生。 |