SetVerticalSnapPointsType 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 void SetVerticalSnapPointsType(
Control control,
SnapPointsType value
)
Public Shared Sub SetVerticalSnapPointsType (
control As Control,
value As SnapPointsType
)
static member SetVerticalSnapPointsType :
control : Control *
value : SnapPointsType -> unit
Parameters
- Control
- The control to set the value on.
- SnapPointsType
- The value of the property.