Hi
Im trying to get path elements to display as dashed lines on my XamMap but cant seem to figure it out. Can anyone point me in the right direction
cheers
Jason
Hi jbelci,
I have created a new development issue #36705 and it should be fixed in the next service release. In the meantime try using the following style to set dashed lines:
<Window.Resources> <Style TargetType="Polyline"> <Setter Property="StrokeDashArray" Value="10, 5" /> </Style></Window.Resources>
Please let me know if it works for you.
Ivan Kotev