SetHorizontalSnapPointsType 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 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
- The control to set the value on.
- SnapPointsType
- The value of the property.