<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>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.