1 implementation of Label
Microsoft.Maui.Controls.Maps (1)
Pin.cs (1)
34 public string Label
2 references to Label
Microsoft.Maui.Maps (2)
Handlers\MapPin\MapPinHandler.cs (1)
21 [nameof(IMapPin.Label)] = MapLabel,
Handlers\MapPin\MapPinHandler.iOS.cs (1)
21 mKPointAnnotation.Title = mapPin.Label;