Hello,
I was wondering if there is a way to just display polygon outlines without any fill at all?
My problem is that when i'm setting the fill attribute to transparent on one of my layers, it isn't actually transparent when displayed, but rather dark gray, which makes the fill colors much darker for that layer that is right underneath the transparent one. Does anyone know how to solve this? Any input would be appreciated.
Thanks,
Jason
Try FillMode="None" Fill="Transparent" ShadowFill="Transparent"
-Graham