Is it possible to specify properties of the border of a point symbol with SymbolFactory.ConstructPointSymbol? At now I don't see corresponding overload so for circle symbol I get black border which I don't need. I'm trying to draw point geometries on map, so I need to create point symbol to pass to the AddOverlay method.
Solved! Go to Solution.
Hi Max
Here is a snippet on the SDK Wiki page that can help creating a point symbol with a specific border color/thickness. Currently there is no overload for the ConstructPointSymbol method that can do this.
Point Symbol with custom fill and outline
Thanks
Uma
Hi Max
Here is a snippet on the SDK Wiki page that can help creating a point symbol with a specific border color/thickness. Currently there is no overload for the ConstructPointSymbol method that can do this.
Point Symbol with custom fill and outline
Thanks
Uma