Hi
I've been trying to print FeatureLayer polygon features data using ESRI.ArcGIS.Client.FeatureService.Symbols.SimpleFillSymbol
in order to get control over fill color, border style and others that not available with ESRI.ArcGIS.Client.Symbols.SimpleFillSymbol . This is done with ESRI SL5 API 3.0 .
For printing i use a cutom prining geoprocessing task. In general it works well but if the mentioned symbol is applied i do not get the polygons filled. Although the outline looks correct. As i examine the (webmap)JSON sent from browser to geoprocessing service i can see that for FeatureService.Symbols.SimpleFillSymbol the symbol definition is missing the fill symbol color.
Also when running the following test code and stepping into it with debugger the following screnshot shows what i see in memory
[ATTACH=CONFIG]17515[/ATTACH]
Is there a fix for this or is this a bug in the Silverlight 5 API 3.0 ?