OrientedVirtualizingPanel.GetRegularSnapPoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 방향과 맞춤에 대한 일반 맞춤 지점 사이의 거리를 가져옵니다.
public:
virtual float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, [Out] float & offset) = GetRegularSnapPoints;
float GetRegularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment, [Out] float & offset);
public float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, out float offset);
Public Function GetRegularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment, ByRef offset As Single) As Single
매개 변수
- orientation
- Orientation
원하는 끌기 지점 집합의 방향입니다.
- alignment
- SnapPointsAlignment
맞춤 지점을 적용할 때 사용할 맞춤입니다.
- offset
-
Single
float
Out 매개 변수입니다. 첫 번째 끌기 지점의 오프셋입니다.
반환
Single
float
등거리 맞춤 지점 사이의 거리입니다. 끌기 지점이 없으면 0을 반환합니다.
구현
M:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)
M:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,float@)