RowProperty 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.
Remarks
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
.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<int> RowProperty
Public Shared ReadOnly RowProperty As AttachedProperty(Of Integer)
static val RowProperty: AttachedProperty<int>