ScrollViewerGetVerticalSnapPointsType Method
Gets the value of the VerticalSnapPointsType attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static SnapPointsType GetVerticalSnapPointsType(
Control control
)
Public Shared Function GetVerticalSnapPointsType (
control As Control
) As SnapPointsType
static member GetVerticalSnapPointsType :
control : Control -> SnapPointsType
- control Control
- The control to read the value from.
SnapPointsTypeThe value of the property.