C
Join ServerC#
help
❔ WPF- brush access from different style and template
JJoyCx1/30/2023
I've got an animation setup using storyboard in a textbox's template, when (trigger, mouseover) happens it changes a solidcolorbrush which is defined outside the template using a key. The same brush which changes is set to a borderbrush of a border, using the same key as a dynamicsource.
Ive tried doing the same using the border which is "built in" the textbox itself but it creates an odd pixelgap between the border and the textbox so i used the top method to work around it.
The problem i've got is "linking" between the solidcolorbrush outside, and the property change inside the template, when trying to use {DynamicSource MyBrush} or the name itself "MyBrush" for example in the TargetName doesn't work. Any ideas how to fix it? Thanks.
Ive tried doing the same using the border which is "built in" the textbox itself but it creates an odd pixelgap between the border and the textbox so i used the top method to work around it.
The problem i've got is "linking" between the solidcolorbrush outside, and the property change inside the template, when trying to use {DynamicSource MyBrush} or the name itself "MyBrush" for example in the TargetName doesn't work. Any ideas how to fix it? Thanks.
AAccord1/31/2023
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.