Reputation: 19559
See the pic:
I know gradients, but in this pic, the gradient border is irregular, just like pouring water.
Upvotes: 1
Views: 490
Reputation: 70701
I think you're referring to a "gradient" -- there is a LinearGradientBrush
class that you can use for this purpose; you can also find an example on MSDN: Creating a Linear Gradient.
Upvotes: 1