2 references to TypeProperty
Microsoft.Maui.Controls.Maps (2)
Pin.cs (2)
54 get { return (PinType)GetValue(TypeProperty); } 55 set { SetValue(TypeProperty, value); }