OrientedVirtualizingPanel.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

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@)

적용 대상