<esri:GraphicsLayer ID="MyGraphicsLayer"> <esri:Graphic> <esri:Graphic.Symbol> <esri:TextSymbol FontFamily="Arial" FontSize="14" Foreground="Black"> <esri:TextSymbol.ControlTemplate> <ControlTemplate> <Grid RenderTransformOrigin="0.5,0.5"> <Grid.RenderTransform> <RotateTransform Angle ="-90" /> </Grid.RenderTransform> <TextBlock Text="My Text" /> </Grid> </ControlTemplate> </esri:TextSymbol.ControlTemplate> </esri:TextSymbol> </esri:Graphic.Symbol> <esri:MapPoint X="-10.609" Y="23.729" /> </esri:Graphic> </esri:GraphicsLayer>