GetVerticalSnapPointsType Method
Gets the value of the VerticalSnapPointsType attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static SnapPointsType GetVerticalSnapPointsType(
Control control
)
Public Shared Function GetVerticalSnapPointsType (
control As Control
) As SnapPointsType
static member GetVerticalSnapPointsType :
control : Control -> SnapPointsType
Parameters
- Control
- The control to read the value from.
Return Value
SnapPointsType
The value of the property.