GridRowSpanProperty 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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> RowSpanProperty
Public Shared ReadOnly RowSpanProperty As AttachedProperty(Of Integer)
static val RowSpanProperty: AttachedProperty<int>
Field Value
AttachedPropertyInt32
Default value for the property is 1.