I have a background with a custom color for a ContextMenu. I added in a separator as so (between different menu items):
<Separator Background="#EDECEC" Margin="0" ></Separator>
The background color is #edecec. However, I see a separator, and the color doesn't match the rest of the contextmenu. It is lighter than the contextmenu. Is there a way to change that? Thanks.