-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GradientOrigin property to align with WPF naming #2181
Update GradientOrigin property to align with WPF naming #2181
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@chingucoding want to update the PR description for history with the property name fix as well to |
@michael-hawker Thanks for pointing that out, fixed now! |
In addition to the naming, we should be aligning value spaces: GradientOrigin, EllipseCenter, and EllipseRadius should be ratios ([0,1]) rather than percentages ([0,100]). |
tracking via #2193 What does it mean for Radius to be 0 to 1 ? |
Description
Update naming from "GradientOriginOffset" to "GradientOrigin" and change the offsetting behavior from Center to TopLeft.
Motivation and Context
Closes #2180
How Has This Been Tested?
Ran interaction tests
Screenshots (if appropriate):