<TextBlock Text="Job # " FontSize="44" /> <TextBlock Text="{Binding Attributes[OBJECTID]}" FontSize="44" /> <TextBlock Text="XMax" FontSize="44" /> <!These two dont work!> <TextBlock Text="{Binding Extent[XMax]}" FontSize="44" /> <TextBlock Text="{Binding Geography[Extent]}" FontSize="44" />
Solved! Go to Solution.
<!These two dont work!>
<TextBlock Text="{Binding Extent[XMax]}" FontSize="44" />
<TextBlock Text="{Binding Geography[Extent]}" FontSize="44" />
<!These two dont work!>
<TextBlock Text="{Binding Extent[XMax]}" FontSize="44" />
<TextBlock Text="{Binding Geography[Extent]}" FontSize="44" />
That being said I am not sure to understand what you need to do, so not sure that helps.