无法在混合中使用 C# 操作情节提要
问题就在这里, 在 Blend 3 中,我有 12 个故事板,我可以使用 xaml 操作它们,但是当我尝试使用 c# 操作它们时,blend 似乎看不到它们。问题可能出在哪里?
确切的错误是: 名称“存在的 stroyboard 的名称”在当前上下文中不存在
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您确定名称设置正确吗?
在您的 MainWindow.xaml 文件中,您有类似以下内容:
Are you sure you have the names setup properly?
In your MainWindow.xaml file you have something like this:
当然首先我应该定义我在说什么:D
of course first i should define what i am talking about :D