다음을 통해 공유


LoopingSelectorPanel.GetRegularSnapPoints 메서드

정의

지정된 방향에 대한 일반 끌기 지점을 나타내는 숫자의 읽기 전용 컬렉션을 반환합니다.

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

지정된 방향에 대한 일반 맞춤 지점을 나타내는 숫자의 읽기 전용 컬렉션이거나 일반 끌기 지점이 없는 경우 빈 컬렉션입니다.

구현

M:Microsoft.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Microsoft.UI.Xaml.Controls.Orientation,Microsoft.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@) M:Microsoft.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Microsoft.UI.Xaml.Controls.Orientation,Microsoft.UI.Xaml.Controls.Primitives.SnapPointsAlignment,float@)

적용 대상