MapPanel, MapPath location coercion

This commit is contained in:
ClemensFischer 2024-08-29 23:56:29 +02:00
parent fb81fff901
commit 27729bf06c
5 changed files with 57 additions and 46 deletions

View file

@ -15,7 +15,7 @@ namespace MapControl
Height = Math.Max(height, 0d);
}
public override Location Center { get; set; }
public override Location Center { get; }
public override double Width { get; }
public override double Height { get; }
}