mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapScale.cs
This commit is contained in:
parent
2ec8b1b987
commit
16d477a31d
|
|
@ -55,7 +55,7 @@ namespace MapControl
|
||||||
set => SetValue(StrokeThicknessProperty, value);
|
set => SetValue(StrokeThicknessProperty, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly Polyline line = new ();
|
private readonly Polyline line = new();
|
||||||
|
|
||||||
private readonly TextBlock label = new()
|
private readonly TextBlock label = new()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue