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