Grid.

SetColumn(Control, int) Method

Summary

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

Syntax

public static void SetColumn(Control element, int value)

Parameters

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

Return Value

Type Description
void