Skip to main content

Viewers > Theme > None

Comments

1 comment

  • Permanently deleted user

    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

Please sign in to leave a comment.