Summary
Helper for reading Row property from a Control.
- Namespace
- Avalonia
.Controls - Containing Type
- Grid
Syntax
public static int GetRow(Control element)
Parameters
Name | Type | Description |
---|---|---|
element | Control | Control to read Row property from. |
Return Value
Type | Description |
---|---|
int | Row property value. |