共用方式為


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

適用於