I'm attempting to perform the animation of the button with no code-behind
(which I could do by writing a custom control, but the point is to be able to
work with designers and have them play with template animations for tasks
such as this.)
I thought maybe I could use the "tag" property, which I bound to the
"Broadcasting" property, but when I attempt to add a new property trigger to
the button's template and select "tag" as the property, the only state option
is "null", and I have been unsuccessful in changing it via Blend.
Armed with all this info, I am looking for any way that I can get the fact
that the camera is broadcasting to the template in a way the designer can use
it in Blend. Maybe it could be an event (is there a way to get my own events
to show up in blend? Maybe it could be a property... same question... can I
get my own properties to show up as a property trigger in Blend. Or maybe I
can use the "tag" property, if I could figure out how to make Blend change if
from anything other that a tested null state.
Hope this makes sense, and thanks
--
Jim
HTH
--
Corrado Cavalli [Microsoft .NET MVP-MCP]
UGIdotNET - http://www.ugidotnet.org
Weblog: http://blogs.ugidotnet.org/corrado/
This just seems like something I would expect designers to do fairly often,
and was hoping I was missing something.
Thank you for your answer, your a true asset to this group. Maybe when I
get to a point where I feel I'm not behind the 8-ball with my code I will do
a bit more giving back.
--
Jim