IScrollSnapPointsInfo 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述包含和呈現專案之物件的貼齊點行為。
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 |
發生於垂直貼齊點的度量變更時。 |