GridRowProperty Field
Row property. This is an attached property.
Grid defines Row, so that it can be set
on any element treated as a cell. Row property
specifies child's position with respect to rows.
Rows are 0 - based. In order to appear in first row, element
should have Row property set to 0.
Default value for the property is 0.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> RowProperty
Public Shared ReadOnly RowProperty As AttachedProperty(Of Integer)
static val RowProperty: AttachedProperty<int>
Field Value
AttachedPropertyInt32