
Hi,
As i am able to set the resouces of the the particular docksite.
ForExample:
<docking:DockSite.Resources>
<ResourceDictionary><ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="D:\IT2\Recording WorkstationSoftware\LabSystem\Assets\Resources\Dictionary1.xaml"></ResourceDictionary>
</ResourceDictionary.MergedDictionaries></ResourceDictionary>
</docking:DockSite.Resources>
and this Dictionary1.xaml consists of the my changed implicit styles of the four Dockguide Directions(Left,Right,Top,Bottom) and style for the DockguideCross but all these five styles having the TargetType of Dockguide Not of Docksite ,thats why they are not applying on the Dockguide.
So how to specifies that Dockguide displayed in this Docksite should follow or should have the styles specified in my Resource dictionary.
Which means we normally use resources to specify that style for that element(Docksite) will be in this resource file and this resource file will consists of the style of Target type with same element(Docksite).But in our case we set the resources of our Docksite but that there is no style having the TargetType as Docksite.
[Modified 12 years ago]