WPF: RadialGradientBrush without gradient?
Posted
by stefan.at.wpf
on Stack Overflow
See other posts from Stack Overflow
or by stefan.at.wpf
Published on 2010-05-03T18:27:39Z
Indexed on
2010/05/03
20:18 UTC
Read the original article
Hit count: 333
wpf
|radial-gradients
Hello,
I want to draw some circles in another circle like this:
Is there a way to tell a RadialGradientBrush not to use gradients but just fixed colors, so I can achieve this? Thanks for any hint!
(I guess this could be easily done using a DrawingBrush, I'm just wondering whether this could also be done using a RadialGradientBrush)
© Stack Overflow or respective owner