IMapPin.ImageSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.