Cannot manipulate storyboards with c# in blend
Posted
by gkaykck
on Stack Overflow
See other posts from Stack Overflow
or by gkaykck
Published on 2010-06-16T14:24:36Z
Indexed on
2010/06/18
5:03 UTC
Read the original article
Hit count: 241
Here is the problem, in Blend 3 i have 12 storyboards, i can manipulate them with using xaml, but when i try to manipulate them with c#, blend seems cannot see them. Where could be the problem?
The exact error is : The name 'name of the stroyboard which exists' does not exists in the current context
© Stack Overflow or respective owner