ScrollViewerGetVerticalSnapPointsAlignment Method
Gets the value of the VerticalSnapPointsAlignment attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static SnapPointsAlignment GetVerticalSnapPointsAlignment(
Control control
)
Public Shared Function GetVerticalSnapPointsAlignment (
control As Control
) As SnapPointsAlignment
static member GetVerticalSnapPointsAlignment :
control : Control -> SnapPointsAlignment
- control Control
- The control to read the value from.
SnapPointsAlignmentThe value of the property.