I'm using a FeatureLayer to render polygons on a Silverlight map. I need to label each polygon with an attribute from the underlying feature class. I know a DynamicMapServiceLayer supports labeling from the server, but I don't want to use a DynamicMapServiceLayer. I can't figure out how to label a FeatureLayer since the Silverlight client handles the drawing.
I tried modifying the symbology, but couldn't figure out how to get both a text symbol and fill symbol together. Next, I looked at manually specifying a ControlTemplate for the symbol. I could get the text to display, but not the fill on the polygon shape.
Ideas?