ScrollViewer.VerticalSnapPointsAlignment Propiedad

Definición

Obtiene o establece un valor que indica cómo se alinean verticalmente los puntos de acoplamiento existentes frente a la ventanilla inicial.

public:
 property SnapPointsAlignment VerticalSnapPointsAlignment { SnapPointsAlignment get(); void set(SnapPointsAlignment value); };
SnapPointsAlignment VerticalSnapPointsAlignment();

void VerticalSnapPointsAlignment(SnapPointsAlignment value);
public SnapPointsAlignment VerticalSnapPointsAlignment { get; set; }
var snapPointsAlignment = scrollViewer.verticalSnapPointsAlignment;
scrollViewer.verticalSnapPointsAlignment = snapPointsAlignment;
Public Property VerticalSnapPointsAlignment As SnapPointsAlignment
<ScrollViewer VerticalSnapPointsAlignment="snapPointsAlignmentMemberName" />

Valor de propiedad

Valor de la enumeración.

Se aplica a