Viewers > Theme > None
With the Viewer's theme set to <None> I still get the default highlight colour showing when a selection set is made.
Unfortunately, when I make my selection set, the highlight colour obliterates the underlying map labels.
Is there any other way to turning off the default highlight colour?
Walter
-
Saved a copy of the Theme > Default and need to remove any selection set HighlightFillColor to be completely blank/transparent.
<!-- BEGIN: Map Highlight Colors -->
<Color x:Key="HighlightFillColor">"Transparent"</Color>
<Color x:Key="HighlightBordercolor">#000000</Color>
<!-- END: Map Highlight Colors -->Although there are other lines in the Themes.xaml file that use the word "Transparent" but when I apply this technique to the HightlightFillColor Essentials complains...!!
Same thing applies when I try to change the SelectionFillColor
<!-- BEGIN: Selection -->
<Color x:Key="SelectionFillColor">"Transparent"</Color>
<Color x:Key="SelectionBorderColor">#000000</Color>
<!-- END: Selection -->Walter
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar