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)
- C#
- VB
- F#
public static readonly AttachedProperty<int> RowSpanProperty
Public Shared ReadOnly RowSpanProperty As AttachedProperty(Of Integer)
static val RowSpanProperty: AttachedProperty<int>
Field Value
Remarks
Default value for the property is 1
.