Quantcast
Channel: DotSpatial
Viewing all articles
Browse latest Browse all 3973

New Post: HOW TO make a different color for the selected polyline on the map

$
0
0
Hi Joska,

its a simple method to set simbolizer settings
        LineSymbolizer plineSymb = new LineSymbolizer(true);
        plineSymb.SetFillColor(Color.Red);
        plineSymb.SetWidth(2.0d);

        YourLineLayer.SelectionSymbolizer = plineSymb 
translate it on vb..

to more opportunities see other properties and methods of LineSymbolizer..

I hope this help..

Viewing all articles
Browse latest Browse all 3973

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>