ScrollViewerSetVerticalSnapPointsAlignment Method
Gets the value of the VerticalSnapPointsAlignment attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetVerticalSnapPointsAlignment(
Control control,
SnapPointsAlignment value
)
Public Shared Sub SetVerticalSnapPointsAlignment (
control As Control,
value As SnapPointsAlignment
)
static member SetVerticalSnapPointsAlignment :
control : Control *
value : SnapPointsAlignment -> unit
Parameters
- control Control
- The control to set the value on.
- value SnapPointsAlignment
- The value of the property.