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