[Feature] XamlLight Composition XAML Helper #4657
Replies: 4 comments
-
Hello, 'michael-hawker! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
-
🦙 I'm leaning towards Option 1. |
Beta Was this translation helpful? Give feedback.
-
Split apart the examples, liking option 2 more... I mean theoretically we could support both syntaxes? |
Beta Was this translation helpful? Give feedback.
-
I feel like option 2 aligns more with how the new Attached Shadows behave. @Sergio0694 @JustinXinLiu @Ryken100 thoughts? |
Beta Was this translation helpful? Give feedback.
-
Describe the problem this feature would solve
We deprecated our Light behavior; however, we pointed to a composition API which isn't as easy to use and requires some setup with code-behind.
Describe the solution
It'd be great to have another XAML helper in line with our other composition API XAML helpers for this scenario. Similar to what we want to do with ThemeShadows in #3122 as well.
I'd imagine being able to do the entire process from the composition example in XAML like so:
Option 1 - Organize Light with what it shines on together - (Mimic ThemeShadow API proposal #3122):
Option 2 - Tie to element being lit:
Beta Was this translation helpful? Give feedback.
All reactions