Style="{StaticResource FeatureDataGridStyle1}"
you can change it at run time if you need (but only one at a time).
<TextBlock x:Name="PathLayer" Text="" Visibility="Collapsed" FontWeight="Bold" Foreground="WHITE" FontSize="10" VerticalAlignment="Center" /> <esri:FeatureDataGrid Grid.Row="1" x:Name="FeatureDataGrid" Height="170" Map="{Binding ElementName=Map}" GraphicsLayer="{Binding Text, ElementName=PathLayer, Mode=OneWay}" Style="{StaticResource FeatureDataGridStyle1}"/>
GraphicsLayer="{Binding Layers[FeatureLINES; FeaturePOINTS; SelectGraphicLayer], ElementName=Map}"
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.