<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; }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.