如何使用 SilverLight 创建我自己的对象类
有人可以帮我解决一个问题:我如何创建自己的对象类(使用 SilverLight),它由图形组成,例如带有 4 个按钮的圆圈:圆圈内的底部、顶部、左侧和右侧。
Can someone help me to resolve a question: How can I create my own class of objects (using SilverLight), which will consist of figures, such as a circle with 4 buttons: bottom, top, left and right inside the circle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需将 silverlight 用户控件添加到您的项目并定义其内容即可。
有一个教程 这里适用于 SL2,但它仍然与 SL4 相关。
You just need to add a silverlight user control to your project and to define its content.
There's a tutorial here for SL2 but it's still relevant for SL4.