Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Path element Dashed lines
posted

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

Parents
No Data
Reply
  • 3255
    posted

    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

Children
No Data