IMapPin.ImageSource Property

Definition

Gets the custom image source for this pin's icon.

public:
 property Microsoft::Maui::IImageSource ^ ImageSource { Microsoft::Maui::IImageSource ^ get(); };
public Microsoft.Maui.IImageSource? ImageSource { get; }
member this.ImageSource : Microsoft.Maui.IImageSource
Public ReadOnly Property ImageSource As IImageSource

Property Value

Remarks

When set, this image will be used instead of the default platform pin icon.

Applies to