Skip to main content

RowSpanProperty Field

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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static readonly AttachedProperty<int> RowSpanProperty
View Source

Field Value

AttachedProperty(Int32)

Remarks

Default value for the property is 1.

See Also

Reference

Grid Class
Avalonia.Controls Namespace