VisualstateManager 风格

发布于 2024-10-08 18:28:51 字数 483 浏览 4 评论 0原文

我是 Silverlight 和 Blend 4 的新手。 我正在尝试制作一个图像库,您在其中单击图像,它会显示相同的详细信息。 我使用 VisualStateManager 获得缩略图的 mouseOver 和 mouseOut 效果。这就是我想要的。我想通过样式将 VisualState 添加到我的所有缩略图中。 (我在某个论坛上看到过这个,但我不明白他是怎么做到的。)

这是我想要的:

我有一组缩略图,需要在 MouseOver 上放大并在上恢复正常鼠标输出。我创建了一个 VisualStateManager 状态。

但我想使用状态作为 所有缩略图的共同状态 并将其应用到缩略图 风格。

这可能吗?如果是这样怎么办?

如果不?然后是我怎样才能实现它。

非常感谢任何可以帮助我的人:)只是这有点紧急。 :(

I am new to both Silverlight and Blend 4.
I am trying to make a Image Gallery, where u click on the image and it shows details of the same.
I used VisualStateManager to get a mouseOver and mouseOut effect to the thumbnails. and here is wat i want. I want to add the VisualState's to all my thumbnails through Style. (I had seen this in some forum, but i cudnt figure it out how he did it.)

Here is wat i want:

I have set of thumbnails to, which need to scale up on MouseOver and come back to normal on MouseOUT. I created a VisualStateManager States.

But i want to use the state as a
common state for all the thumbnails
and apply it to the thumbnails through
Style.

Is this possible? If so how?

If not? then is how can i achieve it.

Would be really thankful to any one who can help me :) just that this is a bit urgent. :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长发绾君心 2024-10-15 18:28:51

MSDN 文档 说您应该能够将 VisualStageManager XAML 标记添加到继承自 UIElement 并接受子控件的任何控件。

在我看来,最好的方法是为缩略图创建一个 UserControl 并在那里设置 VisualStateManager 。然后您可以重用该 UserControl。

更多阅读材料:

MSDN documentation says that you should be able to add the VisualStageManager XAML tag to any control which inherits from UIElement and accepts child controls.

It seems to me then that the best way to do this is to create a UserControl for your thumbnail and set the VisualStateManager there. You can then reuse that UserControl.

More reading material:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文