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