Code style

This commit is contained in:
ClemensFischer 2025-11-20 09:16:52 +01:00
parent 722408645b
commit b023bf9491
4 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@ namespace MapControl
public string ImagePath { get; }
public Image Image { get; } = new() { Stretch = Stretch.Fill };
public Image Image { get; } = new Image { Stretch = Stretch.Fill };
public async Task LoadImage(Uri docUri)
{