GetRow Method
Helper for reading Row property from a Control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static int GetRow(
Control element
)
Public Shared Function GetRow (
element As Control
) As Integer
static member GetRow :
element : Control -> int
Parameters
- Control
- Control to read Row property from.
Return Value
Int32
Row property value.