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