Posted 18 Nov 2011 Link to this post
<
Window.Resources
>
Style
TargetType
=
"{x:Type telerik:RadTabItem}"
Setter
Property
"Template"
Setter.Value
ControlTemplate
Grid
Border
Name
"Border"
Background
"LightBlue"
BorderBrush
"Black"
BorderThickness
"1,1,1,1"
CornerRadius
"6,6,0,0"
ContentPresenter
x:Name
"ContentSite"
Margin
"12,2,12,2"
VerticalAlignment
"Center"
HorizontalAlignment
ContentSource
"Header"
/>
</
ControlTemplate.Triggers
Trigger
"IsSelected"
Value
"True"
TargetName
"Background"
"False"
"LightGray"
Posted 23 Nov 2011 Link to this post
"wrapper"
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>