Setting the fillsymbol to transparent and outline to a specific color helps... the following is the code snippet for the workaround. Dim sm As SimpleFillSymbol = New SimpleFillSymbol(System.Drawing.Color.Transparent, Drawing.Color.Cyan, PolygonFillType.Solid) sm.Transparency = 50.0