<?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: Change Line Width on MouseOver in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706355#M18158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, but how can I keep the line's original color (defined in the .mxd) and just change the width of the line?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 13:16:05 GMT</pubDate>
    <dc:creator>oo</dc:creator>
    <dc:date>2011-12-07T13:16:05Z</dc:date>
    <item>
      <title>Change Line Width on MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706353#M18156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to change the line width of a LineSymbol on MouseOver. I followed the SimpleRenderer used in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering"&gt;FeatureLayer Rendering Sample&lt;/A&gt;&lt;SPAN&gt; but I don't understand how I can keep the original line color and not over writting it in "&amp;lt;Path x:Name="Element" Stroke="Blue" StrokeThickness="1" /&amp;gt;". The FeatureLayer I am working with contains lines of diffrent colors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way: How is the rollover effect of the SimpleFillSymbol in the ClassBreaksRendere of the same sample caused?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 07:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706353#M18156</guid>
      <dc:creator>oo</dc:creator>
      <dc:date>2011-12-07T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Width on MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706354#M18157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Most generally this kind of effect needs custom symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the sample you pointed out, we get this effect by changing the line width when the mouse is over:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt; ....&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;VisualState x:Name="MouseOver"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Storyboard&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DoubleAnimation BeginTime="0" Storyboard.TargetName="Element" Storyboard.TargetProperty="(Shape.StrokeThickness)" To="3" Duration="00:00:01" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Storyboard&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/VisualState&amp;gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will find lot of custom symbols samples in the symbol gallery : &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 09:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706354#M18157</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-07T09:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Width on MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706355#M18158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, but how can I keep the line's original color (defined in the .mxd) and just change the width of the line?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 13:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706355#M18158</guid>
      <dc:creator>oo</dc:creator>
      <dc:date>2011-12-07T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Width on MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706356#M18159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, but how can I keep the line's original color (defined in the .mxd) and just change the width of the line? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;OK. I got the problem:), unfortunately I don't see any easy solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to redefine all the original symbols.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 06:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706356#M18159</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-08T06:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Width on MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706357#M18160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I eventually wrote a &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=5484ec6dd7804d9993a80bf7ab1a1c47"&gt;sample &lt;/A&gt;&lt;SPAN&gt;allowing to keep the symbols defined in the mxd and to extend them automatically with mouse over effects. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know your thoughts about that sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 10:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/change-line-width-on-mouseover/m-p/706357#M18160</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-15T10:42:18Z</dc:date>
    </item>
  </channel>
</rss>

