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}"
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.