I am trying to figure out how to add graphic attributes in xaml to be used as maptips
for the graphics layer.
<esri:Graphic Symbol="{StaticResource BlueMarkerSymbol}" x:Name="DullesGraphic" >
<esri:Graphic.Attributes>
</esri:Graphic.Attributes>
</esri:Graphic>
Anyone ever done that?
Thanks
Neeraj