Summary
RowSpan property. This is an attached property.
Grid defines RowSpan, so that it can be set
on any element treated as a cell. RowSpan property
specifies child's height with respect to row grid lines.
Example, RowSpan == 3 means that child will span across three rows.
- Namespace
- Avalonia
.Controls - Containing Type
- Grid
Syntax
public static readonly AttachedProperty<int> RowSpanProperty
Remarks
Default value for the property is
1
.