Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Make Color property work on UWP BoxView #10540

Merged
merged 1 commit into from May 5, 2020
Merged

Make Color property work on UWP BoxView #10540

merged 1 commit into from May 5, 2020

Conversation

hartez
Copy link
Contributor

@hartez hartez commented May 1, 2020

Description of Change

In the move from using a Rectangle to a Border for UWP's BoxView renderer, the Color property (which does the same thing as the BackgroundColor) was lost. This change restores that property.

Issues Resolved

API Changes

None

Platforms Affected

  • UWP

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

Automated test

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@bmacombe
Copy link
Contributor

bmacombe commented May 4, 2020

Should fix #10528 also

@bmacombe
Copy link
Contributor

bmacombe commented May 4, 2020

@hartez Thanks for fixing my bug, sorry about that!

@hartez
Copy link
Contributor Author

hartez commented May 4, 2020

@hartez Thanks for fixing my bug, sorry about that!

No apologies necessary. It's kind of ridiculous that we have two different properties that do the exact same thing; I can't blame someone for forgetting one of them. :)

flammable

@charlesroddie
Copy link

charlesroddie commented May 4, 2020

@hartez I've added Depreciate BackgroundColor #10570

@jsuarezruiz jsuarezruiz self-requested a review May 5, 2020 11:46
Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix10535

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v4.6.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

6 participants