<?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: Symbol Control Template No Longer Available (WPF) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423942#M5126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &amp;nbsp;I will have to restructure some things, and do some on the fly image generation using masks and such, but I think it is doable. &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 19:47:19 GMT</pubDate>
    <dc:creator>RobertGoodwin1</dc:creator>
    <dc:date>2017-08-10T19:47:19Z</dc:date>
    <item>
      <title>Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423938#M5122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am probably late to the party on this. &amp;nbsp;I am porting/refactoring an application that was on a much earlier version of the API. &amp;nbsp;We created symbols for all of our data by overriding the control template for the appropriate symbol (SimpleMarkerSymbol mostly). &amp;nbsp;Since this approach appears to be deprecated, what is the recommended way(s) forward to create custom symbols. &amp;nbsp;I really did like the old way as I could change the symbol based on what object it was bound to an have it change based on its properties. &amp;nbsp;Any suggestions would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423938#M5122</guid>
      <dc:creator>RobertGoodwin1</dc:creator>
      <dc:date>2017-08-09T15:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423939#M5123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct - the option to use XAML for symbols has been deprecated as it was causing very severe performance issues, and wasn't a sharable symbol type across the ArcGIS System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a PictureMarkerSymbol to display anything you want (as long as you can generate the picture - there's plenty of tools and APIs that can do this), or perhaps the CompositeSymbol might be able to do what you need (ie compose a TextSymbol on top of a SimpleMarkerSymbol to create a symbol with a number on it etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 04:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423939#M5123</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-10T04:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423940#M5124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Morten, Has the TimeSlider been deprecated and/or where is it now? I'm trying to quickly migrate from 10.2.0 to 10.2.7. Any help would be appreciated. Thanks, David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423940#M5124</guid>
      <dc:creator>DavidBrown11</dc:creator>
      <dc:date>2017-08-10T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423941#M5125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Work is ongoing to provide a timeslider for 100.2 (it might be ready for 100.1).&lt;/P&gt;&lt;P&gt;If you're working on migrating, you should skip 10.2.7 and go straight to the 100.x releases. 10.2.x is about to enter extended support very soon, and 100.x is where all the future enhancements, toolkit etc will be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423941#M5125</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-10T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423942#M5126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &amp;nbsp;I will have to restructure some things, and do some on the fly image generation using masks and such, but I think it is doable. &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423942#M5126</guid>
      <dc:creator>RobertGoodwin1</dc:creator>
      <dc:date>2017-08-10T19:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol Control Template No Longer Available (WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423943#M5127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thank you very much for the reply Morten. I was caught flat footed when Bing switched off SOAP. I started migrating with 100.x but then read that 10.2.7 would work and given that a patch (&lt;A href="https://www.cdc.gov/epiinfo/pc.html"&gt;https://www.cdc.gov/epiinfo/pc.html&lt;/A&gt;) is needed immediately, thought that there would be less to change, then later I could bump it up. I'm not sure if that was the right choice now but it's going along (&lt;A href="http://epiinfo.codeplex.com/SourceControl/list/changesets"&gt;http://epiinfo.codeplex.com/SourceControl/list/changesets&lt;/A&gt;). Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 20:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/symbol-control-template-no-longer-available-wpf/m-p/423943#M5127</guid>
      <dc:creator>DavidBrown11</dc:creator>
      <dc:date>2017-08-10T20:50:36Z</dc:date>
    </item>
  </channel>
</rss>

