GridGetRow Method

Helper for reading Row property from a Control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static int GetRow(
	Control element
)

Parameters

element  Control
Control to read Row property from.

Return Value

Int32
Row property value.

See Also