We decided in the spec review to rename RadialGradientBrsh.GradientOrginOffset to GradientOrign to match what WPF does currently. We also want to move the starting point to top left and make the default .5,.5
I would like to take this issue.
@ranjeshj doesn't WPF call the property GradientOrigin
?
I'm a bit worried about the migration cost for folks coming from WPF, Silverlight, and the Windows Community Toolkit to the WinUI version with so many differences in property names and values.
@ranjeshj doesn't WPF call the property
GradientOrigin
?I'm a bit worried about the migration cost for folks coming from WPF, Silverlight, and the Windows Community Toolkit to the WinUI version with so many differences in property names and values.
Yes.. This PR is trying to make us match WPF naming.
But the WPF's name is GradientOrigin, while in your comment you said GradientOffset. So should we rename it to GradientOrigin then?
Sorry. I had the title correct and the description wrong. Yes it should match WPF.
Thanks for clarification. PR is up to date now.
Most helpful comment
I would like to take this issue.