GetVerticalSnapPointsAlignment 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 SnapPointsAlignment GetVerticalSnapPointsAlignment(
Control control
)
Public Shared Function GetVerticalSnapPointsAlignment (
control As Control
) As SnapPointsAlignment
static member GetVerticalSnapPointsAlignment :
control : Control -> SnapPointsAlignment
Parameters
- Control
- The control to read the value from.
Return Value
SnapPointsAlignment
The value of the property.