Skip to content
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

Possible to dynamically change properties on a shade using DataTriggers? #40

Open
Nerves82 opened this issue Jul 18, 2022 · 0 comments
Open

Comments

@Nerves82
Copy link

Has anyone figured out how to dynamically change properties on a shade using DataTriggers? I am finding it extremely difficult.

Something like

                <tabs:Shadows.Triggers> 
                         <DataTrigger Binding="{Binding Text}"  TargetType="tabs:Shadows.Shades"(of course this does not work because it is an IEnumerable)    Value="view all">  
                                 <Setter Property="Color" Value="Black" /> 
                        </DataTrigger>
                  </tabs:Shadows.Triggers> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant