I'm looking to create a progress bar that doesn't use the WPF default style, which uses a dashed display. All I want is a simple, "smooth style" progress bar. In other words, I don't want to progress bar to be dashed. I want it to use a solid colored bar.
What's the easiest way to do this?
I assumed this would be part of the default API but I haven't been successful playing with it so far. Among other things, I've attempted to set the foreground brush, which only give me the color, not the style of the drawn bar. Is there a way to do this that doesn't involve me overriding the default template (I suppose the most straightforward solution).