You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
Has anyone figured out how to dynamically change properties on a shade using DataTriggers? I am finding it extremely difficult.
Something like
The text was updated successfully, but these errors were encountered: