SetVerticalSnapPointsAlignment Method
Gets the value of the VerticalSnapPointsAlignment attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetVerticalSnapPointsAlignment(
Control control,
SnapPointsAlignment value
)
Public Shared Sub SetVerticalSnapPointsAlignment (
control As Control,
value As SnapPointsAlignment
)
static member SetVerticalSnapPointsAlignment :
control : Control *
value : SnapPointsAlignment -> unit
Parameters
- Control
- The control to set the value on.
- SnapPointsAlignment
- The value of the property.