<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changing line rendering to include an arrow head? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80563#M329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a solution, but will take me a day or two until I have a chance to post some code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 12:16:12 GMT</pubDate>
    <dc:creator>KeithGemeinhart</dc:creator>
    <dc:date>2014-02-04T12:16:12Z</dc:date>
    <item>
      <title>Changing line rendering to include an arrow head?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80561#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to change the symbology/appearance of a line/graphic on an ArcGISLocalFeatureLayer. I would like to have a line with an arrow on the end. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried making changes in the mxd before publishing as a map package, but it doesn't look right when the layer is loaded on the map. For example, I choose the pre-defined "Arrow at end" and change the color, keeping the arrow black. Then I share the package. On my runtime app map, it looks like a thick black line. I'm guessing it's having a problem rendering the arrow, maybe repeating it over the length of the line, obscuring the actual colored line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried changing the renderer on the layer but that caused some other problems, and I still couldn't get the arrow at the end of the line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would someone be kind enough to post some example code that shows how to change the appearance of a line to include an arrow at the end?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 02:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80561#M327</guid>
      <dc:creator>KeithGemeinhart</dc:creator>
      <dc:date>2013-09-06T02:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing line rendering to include an arrow head?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80562#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem. And i need to get this working! Does anyone have a clue???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Johan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 06:29:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80562#M328</guid>
      <dc:creator>JohanWennberg</dc:creator>
      <dc:date>2014-02-04T06:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing line rendering to include an arrow head?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80563#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a solution, but will take me a day or two until I have a chance to post some code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 12:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80563#M329</guid>
      <dc:creator>KeithGemeinhart</dc:creator>
      <dc:date>2014-02-04T12:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing line rendering to include an arrow head?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80564#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a small sample I put together. Let me know if you have any questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://github.com/keithgemeinhart/ArcGis.Wpf.ArrowheadDemo" rel="nofollow" target="_blank"&gt;https://github.com/keithgemeinhart/ArcGis.Wpf.ArrowheadDemo&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 04:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/changing-line-rendering-to-include-an-arrow-head/m-p/80564#M330</guid>
      <dc:creator>KeithGemeinhart</dc:creator>
      <dc:date>2014-02-11T04:04:58Z</dc:date>
    </item>
  </channel>
</rss>

