<?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: Creating custom symbols in Expression Blend in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471507#M12154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are many video tutorials here: &lt;/SPAN&gt;&lt;A href="http://expression.microsoft.com/en-us/cc197141"&gt;http://expression.microsoft.com/en-us/cc197141&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 04:12:19 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-09-26T04:12:19Z</dc:date>
    <item>
      <title>Creating custom symbols in Expression Blend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471506#M12153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to learn how to create custom symbols in Expression Blend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any articles or video demonstrating a symbol creation from scratch using Blend?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or the only way is to type XAML in VS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 06:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471506#M12153</guid>
      <dc:creator>DenisT</dc:creator>
      <dc:date>2011-09-23T06:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom symbols in Expression Blend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471507#M12154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are many video tutorials here: &lt;/SPAN&gt;&lt;A href="http://expression.microsoft.com/en-us/cc197141"&gt;http://expression.microsoft.com/en-us/cc197141&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 04:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471507#M12154</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-09-26T04:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom symbols in Expression Blend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471508#M12155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In that tutorials they create a custom/templated or user control in Blend and then apply some properties or edit templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But a symbol is not a framework element. You can't just add a marker/line/fill symbol to a canvas or a grid and edit it, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, are there any best practices or something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 10:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471508#M12155</guid>
      <dc:creator>DenisT</dc:creator>
      <dc:date>2011-09-28T10:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom symbols in Expression Blend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471509#M12156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look at the XAML-code for the custom symbols here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#CustomSymbols"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#CustomSymbols&lt;/A&gt;&lt;SPAN&gt; or here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/SymbolGalleryWeb/start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/SymbolGalleryWeb/start.htm&lt;/A&gt;&lt;SPAN&gt;. You will find that the Symbol.ControlTemplate includes FrameworkElements (Rectangle, Ellipse, etc.). You can control their properties using VisualState to provide animation. ExpressionBlend makes this part easy. Once you find the template you think works for you, you can update your Symbol.ControlTemplate section.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 17:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471509#M12156</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-09-29T17:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom symbols in Expression Blend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471510#M12157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, I have to create a temporary UserControl, configure it in Blend, then copy a result (UserControl's content) to the symbol's ControlTemplate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And if I want to modify an existing symbol, I have to copy a symbol's ControlTemplate to the temporary UserControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 18:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/creating-custom-symbols-in-expression-blend/m-p/471510#M12157</guid>
      <dc:creator>DenisT</dc:creator>
      <dc:date>2011-10-01T18:00:11Z</dc:date>
    </item>
  </channel>
</rss>

