2 references to LabelProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
57
get { return (string)GetValue(
LabelProperty
); }
58
set { SetValue(
LabelProperty
, value); }