You can style RadDocking exactly as it is shown in the attached screenshot. I suggest you using Implicit styles theme mechanism for styling RadDocking control. For that purpose you need to take the RadDocking resources from the installation folder on you machine. Inside that folder you will find the Themes.Implicit folder which contains all themes resources. RadDocking is inside the Telerik.Windows.Controls.Docking.xaml file which contains all needed styles and resources.
I've demonstrated a sample demo in the attached project using Windows8Touch theme. Please note the project shows only how to customiza the RadDocumentPane, in order to have the same style for other RadPanes you need to modify the corresponding control template of RadPane style.
I hope it helps.
Regards,
Masha
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Could you post Docking.xaml file that you used in the styles?
Regards
Cesar
0
Kalin
Telerik team
answered on 08 May 2015, 07:30 AM
Hi Cesar,
The default RadDocking Styles and Templates are located in the Telerik.Windows.Controls.Docking.xaml file, that can be found in the Themes.Implicit folder (within the installation folder of the controls).