WPF 控件概述
我正在测试在我的应用程序中设置 wpf 4.0 控件的样式,并且可以看到某些控件如何包含其他控件。例如,Label 控件包含 TextBox 控件。 您是否看到过关于不同控件如何相互继承的任何很好的概述,以便在设计一个控件时更容易理解对其他控件的影响?
/SP
I am testing to style the wpf 4.0 controls in my application and can see how some controls contains others. For example is the Label control containing a TextBox control.
Have you seen any good overview of how the different controls inherit each other to easier understand the impact on other controls when styling one control?
/SP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Expression Blend 或一些其他工具< /a> 查看默认控件模板。
You can use Expression Blend or some other tools to view the default control templates.