4 references to ColumnProperty
Microsoft.Maui.Controls (4)
Layout\Grid.cs (4)
67
return (int)bindable.GetValue(
ColumnProperty
);
91
bindable.SetValue(
ColumnProperty
, value);
153
BindableObject bo => (int)bo.GetValue(
ColumnProperty
),
228
bo.SetValue(
ColumnProperty
, col);