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