mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Simplified new expressions
This commit is contained in:
parent
ae0ebc6fdb
commit
2ec8b1b987
6 changed files with 7 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ namespace MapControl
|
|||
|
||||
public string ImagePath { get; }
|
||||
|
||||
public Image Image { get; } = new Image { Stretch = Stretch.Fill };
|
||||
public Image Image { get; } = new() { Stretch = Stretch.Fill };
|
||||
|
||||
public async Task LoadImage(Uri docUri)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue