StackPanel.GetRegularSnapPoints Método

Definición

Obtiene la distancia entre puntos de acoplamiento regulares para una orientación y alineación especificadas.

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

Parámetros

orientation
Orientation

La orientación o dimensión del conjunto de puntos de acoplamiento deseado.

alignment
SnapPointsAlignment

Alineación que se va a usar al aplicar los puntos de acoplamiento.

offset
Single

float

Parámetro de salida. Desplazamiento del primer punto de acoplamiento.

Devoluciones

Single

float

Distancia entre los puntos de acoplamiento equidistantes. Devuelve 0 cuando no hay puntos de acoplamiento presentes.

Implementaciones

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

Se aplica a