ItemsPresenter.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
첫 번째 끌기 지점의 오프셋입니다.
반환
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@)