Hey am2,
have a look, whether this works for you:
have a look, whether this works for you:
PolygonSymbolizer PS = New PolygonSymbolizer();
PS.SetFillColor(Color.LightBlue);
PS.SetOutline(outlineColor, outlineWidth);
lay.Symbolizer = PS;
I'm not sure whether you need the lay.Symbology.ClearCategories(); or not.