You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to allow the RadialGradientBrush to use an absolute size instead of relative? I'm not sure what's the best solution to offer, but something like RelativePoint or RelativeRect. I'd say RelativeSize, but since Radius is X-Y uniform, that might get confused with the Size struct.
I'm trying to implement a pseudo-Reveal effect, which uses the RadialGradientBrush, and the relative size leads to a non-uniform border effect when things are different sizes, e.g.
The text was updated successfully, but these errors were encountered:
Would it be possible to allow the
RadialGradientBrush
to use an absolute size instead of relative? I'm not sure what's the best solution to offer, but something likeRelativePoint
orRelativeRect
. I'd say RelativeSize, but since Radius is X-Y uniform, that might get confused with theSize
struct.I'm trying to implement a pseudo-Reveal effect, which uses the RadialGradientBrush, and the relative size leads to a non-uniform border effect when things are different sizes, e.g.
The text was updated successfully, but these errors were encountered: