I am using USA states map. I am unable to change the map's background color. It always displays a teal background as in below image. How I can change this? It is required that I need to change the map's background color. I appreciate your help. Thanks a lot.
Thanks Graham, that worked.
Assuming your map is called xamWebMap1 try:
xamWebMap1.ViewportBackground = New SolidColorBrush(Colors.Red)
-Graham
Can you tell me how I would accomplish this using VB?
Thanks.
Thanks. It works :)
Hi,
You can try setting the ViewportBackground property of the map:
<igMap:XamWebMap x:Name="xamWebMap1" ViewportBackground="Red">
I hope this helps
Vlad