<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>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.