mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
MapGraticule PathFigure
This commit is contained in:
parent
fc4139c739
commit
c4c5d2d1df
3 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ namespace MapControl
|
|||
var figure = new PathFigure
|
||||
{
|
||||
StartPoint = points.First(),
|
||||
IsClosed = false,
|
||||
IsFilled = false
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue