We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SkinManger custom skins

Hi,

i asked myself if it is and how it is possible to define custom skins ?

Regards Stefan

1 Reply

SM Sugapriya Mariappan Syncfusion Team March 2, 2015 09:50 AM UTC

Hi Stefan,

We have prepared a sample based on your requirement.In this sample,we have applied the HeaderForeground for the Docking Manager Control by overriding MetroStyle  and also we have attached DockingManager MetroStyle SourceCode.Using that,You can customize any Property of the DockingManager Control.

Code Snippets:

<ResourceDictionary>

      <ResourceDictionary.MergedDictionaries>

        <ResourceDictionary Source="/Syncfusion.Tools.WPF;component/Framework/DockingManager/Themes/MetroStyle.xaml"></ResourceDictionary>

      </ResourceDictionary.MergedDictionaries>

     <Style x:Key="DockingStyle" TargetType="{x:Type syncfusion:DockingManager}" BasedOn="{StaticResource MetroDockingManagerStyle}">

     <Setter Property="HeaderBackground" Value="Chocolate"/>

     </Style>

 </ResourceDictionary>    

Please download the sample from following link.
Sample link:DockingMangerSample.zip

Please let us know if you need any further assistance on this.

Regards,
M.Sugapriya



Loader.
Up arrow icon