Xceed DataGrid for Silverlight Documentation
Excel2007BlueThemeResourceDictionary Class
Members  Example 


Represents the resource dictionary for the blue Excel 2007 theme.
Object Model
Excel2007BlueThemeResourceDictionary ClassObject Class
Syntax
'Declaration
 
Public Class Excel2007BlueThemeResourceDictionary 
   Inherits Xceed.Silverlight.DataGrid.ThemeResourceDictionary
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As Excel2007BlueThemeResourceDictionary
public class Excel2007BlueThemeResourceDictionary : Xceed.Silverlight.DataGrid.ThemeResourceDictionary, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Remarks
The styles in a theme resource dictionary can be applied implicitly or explicitly, depending on the value of the dictionary's StyleUsageMode property. If set to Implicit (see example)—or not set at all—all the theme's styles will be applied unless a style that overrides the theme's styles is provided. If set to Explicit, the styles in the resource dictionary can be applied selectively using their key.
Example
<ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
        <sldg:Excel2007BlueThemeResourceDictionary StyleUsageMode="Implicit"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.ResourceDictionary
         Xceed.Silverlight.DataGrid.ThemeResourceDictionary
            Xceed.Silverlight.DataGrid.Themes.Excel2007BlueThemeResourceDictionary

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Excel2007BlueThemeResourceDictionary Members
Xceed.Silverlight.DataGrid.Themes Namespace

Send Feedback