Where is the opacity setting on the SimpleFillSymbol?

4048
1
Jump to solution
11-19-2014 11:30 AM
LukePatterson
New Contributor III

I need to set the fill color opacity for the simple fill symbol (in the WPF SDK there was an Opacity property for the SimpleFillSymbol). I tried the layer opacity but it also impacts the outlines for my symbol. How can I achieve this?

0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor

You can set the FillSymbol Color to a color having an alpha component. So the FillSymbol outline won't be impacted.

View solution in original post

1 Reply
DominiqueBroux
Esri Frequent Contributor

You can set the FillSymbol Color to a color having an alpha component. So the FillSymbol outline won't be impacted.