<?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: how create polyline with one point? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558869#M14368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You said that the line will have a default size, right? With the point in the center of the symbol? I think customizing a MarkerSymbol's ControlTemplate will solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at the SymbolGallery for samples: &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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Easiest way is to use ExpressionBlend to see how you want the symbol to look like and then change the properties to bind to Symbol.Size or specific Attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample might help too: &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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 18:45:45 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-12-02T18:45:45Z</dc:date>
    <item>
      <title>how create polyline with one point?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558866#M14365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, i have this point:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://lh5.ggpht.com/_3JqdZEy9lDU/TPeRLrP3KBI/AAAAAAAAADs/aVGJV4SD598/poly1.png"&gt;&lt;IMG src="http://lh5.ggpht.com/_3JqdZEy9lDU/TPeRLrP3KBI/AAAAAAAAADs/aVGJV4SD598/poly1.png" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;so, i have starting point but no have end point, and want something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://lh4.ggpht.com/_3JqdZEy9lDU/TPeRL-rJ11I/AAAAAAAAADw/lSar58mKVdg/poly2.png"&gt;&lt;IMG src="http://lh4.ggpht.com/_3JqdZEy9lDU/TPeRL-rJ11I/AAAAAAAAADw/lSar58mKVdg/poly2.png" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;trace a line with a default size, anyone know how i can do that? I also want to rotate the text vertically by the end of the polyline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 10:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558866#M14365</guid>
      <dc:creator>StefhanCampos</dc:creator>
      <dc:date>2010-12-02T10:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: how create polyline with one point?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558867#M14366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about creating a ControlTemplate for your Marker Symbol, that includes TextBlocks, Line and Point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the TextBlock, you can create your own Converter for the Binding so that value can be transformed to a text with carriage returns.&amp;nbsp; For example, "01" is transformed to "0\n1\n";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 17:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558867#M14366</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-02T17:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: how create polyline with one point?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558868#M14367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How about creating a ControlTemplate for your Marker Symbol, that includes TextBlocks, Line and Point?&lt;BR /&gt;&lt;BR /&gt;For the TextBlock, you can create your own Converter for the Binding so that value can be transformed to a text with carriage returns.&amp;nbsp; For example, "01" is transformed to "0\n1\n";&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hello Jennifer, first thanks for you attention. i didn't tried create a marksymbol because first i want trace line(i have starting point but no have end point). this issue consuming all my time, i asked again because maybe who did this issue have same problem about text.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 18:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558868#M14367</guid>
      <dc:creator>StefhanCampos</dc:creator>
      <dc:date>2010-12-02T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: how create polyline with one point?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558869#M14368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You said that the line will have a default size, right? With the point in the center of the symbol? I think customizing a MarkerSymbol's ControlTemplate will solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at the SymbolGallery for samples: &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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Easiest way is to use ExpressionBlend to see how you want the symbol to look like and then change the properties to bind to Symbol.Size or specific Attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample might help too: &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 18:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-create-polyline-with-one-point/m-p/558869#M14368</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-02T18:45:45Z</dc:date>
    </item>
  </channel>
</rss>

