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 |
세로 맞춤 지점에 대한 측정값이 변경되면 발생합니다. |