mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update GeoImage.cs
This commit is contained in:
parent
0d95dd2adb
commit
eb046d97ad
|
|
@ -61,7 +61,7 @@ namespace MapControl
|
|||
image.SetValue(SourcePathProperty, value);
|
||||
}
|
||||
|
||||
public static FrameworkElement LoadGeoImage(string sourcePath)
|
||||
public static Image LoadGeoImage(string sourcePath)
|
||||
{
|
||||
var image = new Image { Stretch = Stretch.Fill };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue