The fields of Xamarin.Forms.Grid are listed below. For a list of all members, see the Grid Members list.
See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>
static readonly | ColumnDefinitionsProperty | BindableProperty. Implements the Grid.ColumnDefinitions property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time. |
static readonly | ColumnProperty | BindableProperty. Implements the attached property that represents the zero-based column index of a child element. See Remarks. |
static readonly | ColumnSpacingProperty | BindableProperty. Implements the Grid.ColumnSpacing property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time. |
static readonly | ColumnSpanProperty | BindableProperty. Implements the attached property that represents the number of columns that a child element spans. See Remarks. |
static readonly | RowDefinitionsProperty | BindableProperty. Implements the Grid.RowDefinitions property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time. |
static readonly | RowProperty | BindableProperty. Implements the attached property that represents the zero-based row index of a child element. See Remarks. |
static readonly | RowSpacingProperty | BindableProperty. Implements the Grid.RowSpacing property, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time. |
static readonly | RowSpanProperty | BindableProperty. Implements the attached property that represents the number of rows that a child element spans, and allows the Xamarin.Forms.Grid class to bind it to properties on other objects at run time. |