Grid.

SetRow(Control, int) Method

Summary

Helper for setting Row property on a Control.
Namespace
Avalonia.Controls
Containing Type
Grid

Syntax

public static void SetRow(Control element, int value)

Parameters

Name Type Description
element Control Control to set Row property on.
value int Row property value.

Return Value

Type Description
void