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