ThinkGeo.com    |     Documentation    |     Premium Support

Track mode circle and color of circle red

HI,


           i am setting track mode circle , then i can draw circle , but the circle drawn in blue color .


but i want to set track mode circle but the drawn circle should be some other color like red. how can


i set the properties . please help me.


 


Regards,


Ravi Bokkala



 Hello Ravi,


 
Thanks for your post, you can set the TrackShapeLayer's style to change the color, please check this code:

winformsMap1.TrackOverlay.TrackShapeLayer.ZoomLevelSet.ZoomLevel01.DefaultAreaStyle = new AreaStyle(new GeoPen(GeoColor.SimpleColors.Red));
            winformsMap1.TrackOverlay.TrackShapeLayer.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;

 
Any more questions please feel free to let me know.
 
Regards,
 
Gary