5 references to PinType
Microsoft.Maui.Controls.Maps (5)
Pin.cs (5)
14 public static readonly BindableProperty TypeProperty = BindableProperty.Create(nameof(Type), typeof(PinType), typeof(Pin), default(PinType)); 48 /// Gets or sets the kind of pin. The default value is <see cref="PinType.Generic"/>. 52 public PinType Type 54 get { return (PinType)GetValue(TypeProperty); }