简体   繁体   English

C#,TabControl,视觉样式-如何为面板提供类似于TabControl背景的视觉背景?

[英]C#, TabControl, Visual Styles - How can I give a panel a visual background similar to the TabControl background?

How could I give a panel or any other control the style of a TabControl (the control itself, not the tab pages). 我怎样才能给面板或任何其他控件一个TabControl的样式(控件本身,而不是标签页)。 What I mean is to give a control a border, then a shadow effect, and a gradient background color? 我的意思是给控件添加边框,然后添加阴影效果和渐变背景色?

您可以查看TabControl的控件模板(如何获取默认控件模板-WPF 中现有控件的控件模板 ),并为控件创建适当的样式/控件模板。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM