<StackPanel x:Name="myForm"> <TextBlock Text="{Binding Attributes["ObjectID"]" /> <TextBox Text="{Binding Attributes["Name"], Mode=TwoWay}" /> </StackPanel> ... private void ShowAttributes(Graphic g) { myForm.Visibility=Visibility.Visible; myForm.DataContext = g; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.