ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
203 stars 59 forks source link

Filled Polylines #56

Closed paulrozhkin closed 4 years ago

paulrozhkin commented 4 years ago

Hi,

How to fill polyline? I am using the following code:

<mapControl:MapPolyline Stroke="Black" Fill="Black" StrokeThickness="3" Locations="55.451002,78.270932  55.451223,78.271160 55.450946,78.271934 55.451002,78.270932"/>

But as a result Polyline is not filled: image Or can this only be implemented with Polygon? (before we used a framework where the polyline had the ability to fill)

ClemensFischer commented 4 years ago

You can only fill a MapPolygon. And it would have been extremly easy to simply try it instead of opening an issue here.

paulrozhkin commented 4 years ago

Thanks for the answer. I did it before opening issue, it’s just that some bugs will appear in the project after that, which now have to be fixed. The attached code was not a project code.