GridGetRow Method
Helper for reading Row property from a Control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static int GetRow(
Control element
)
Public Shared Function GetRow (
element As Control
) As Integer
static member GetRow :
element : Control -> int
- element Control
- Control to read Row property from.
Int32Row property value.