Resource dictionary files description

  

In general, the dictionary file names are not strict because all the *.xaml files from skin folder will be loaded into control's merged dictionaries. So, you can use different file names for your skin dictionaries. This document uses Office2007 skin file names.

 

For each style or template description, below you can find the correspondent XAML line, containing significant information (style or template, resource key, target type).

 



 

ButtonTemplate.xaml

 

<Style TargetType="Button">  - This resource corresponds to the buttons style (e.g. the "Find", "Save" and "Cancel" buttons in the right panel)

 



 

<Style x:Key="BulletButton" TargetType="ToggleButton"> - This resource corresponds to the unordered list bullet buttons displayed in the right panel

 




 

CheckboxTemplate.xaml

 

<Style x:Key="{x:Type CheckBox}" TargetType="CheckBox"> -  This resource corresponds to the checkboxes style.

 




 

ComboboxTemplate.xaml

 

<Style x:Key="MainComboboxStyle" TargetType="ComboBox"> - This resource corresponds to the toolbar combo-boxes style

 



   

<Style x:Key="RightComboboxStyle" TargetType="ComboBox" > - This resource corresponds to the right panel combo-boxes style

 




 

ColorComboBoxTemplate.xaml

 

<Style TargetType="{x:Type wte:ColorComboBox}"> - This resource defines the style of the combo boxes for the choice of the colour (in right panel)

 




 

ExpanderBarTemplate.xaml

 

<Style x:Key="ExpanderBarStyle" TargetType="ToggleButton"> - This resource defines the expander scrollbar (the one displayed between the editable area and the right panel, used to expanded the last one) style

 




 

LabelTemplate.xaml

 

<Style x:Key="BoldLabel" TargetType="Label"> - This resource define the style of the bold labels in right panel

 



 

<Style TargetType="Label">  - This resource defines the style of the standard labels in right panel

 




To discover more about custom skin creation, go on page 3.
Skin Creation documentation page 1.

 
Copyright 2009 Gaia s.r.l. - All rights reserved