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