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