2 references to LabelProperty
Microsoft.Maui.Controls.Maps (2)
Pin.cs (2)
36
get { return (string)GetValue(
LabelProperty
); }
37
set { SetValue(
LabelProperty
, value); }