AngleGradient in WPF

Viewed 1519

As you know, there is a gradient option in PhotoShop named AngleGradient. But, WPF has only LinearGradientBrush and RadialGradientBrush gradients. Have you any idea to how to create an AngleGradient by using XAML?

UPDATE: Samples -by photoshop:

enter image description here

2 Answers
Related