如何创建自定义反馈按钮?
如何使用表情混合4创建自定义按钮? 我将图像插入按钮并收到反馈,
谢谢
How create custom button with expression blend 4?
I insert an image into the button and receive feedback
thank
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测:您想创建一个内部带有图像的按钮,单击事件会触发该按钮 EmailComposeTask 发送包含反馈的电子邮件。
有很多关于如何在 Blend 中制作按钮的教程。这非常简单,
这就是 UI,现在您需要逻辑。这是 Visual Studio 的工作。
(您始终可以在 Visual Studio 中创建所有 UI - 我更喜欢这种方式)
XAML 示例
然后您在页面后面的代码中创建一个 EmailComposeTask。
My guess: you would like to create a button with an image inside, which the click event triggers EmailComposeTask to send an email with the feedback.
There are dozens of tutorial how to make a button in Blend. It's prety simple
That's the UI now you need the logic. Which is a job for Visual Studio.
(You can always create all UI in Visual Studio - I prefer this way)
Example of XAML
Then you in code behind the page create a EmailComposeTask.