Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Themes Assembly / Xceed.Wpf.Themes Namespace / ThemeResourceDictionary Class
Members


In This Topic
    ThemeResourceDictionary Class
    In This Topic
    Represents a generic theme resource dictionary.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <AmbientAttribute()>
    <UsableDuringInitializationAttribute(True)>
    Public MustInherit Class ThemeResourceDictionary 
       Inherits System.Windows.ResourceDictionary
    'Usage
     
    Dim instance As ThemeResourceDictionary
    [DefaultMember("Item")]
    [Localizability(LocalizationCategory.Ignore)]
    [Ambient()]
    [UsableDuringInitialization(true)]
    public abstract class ThemeResourceDictionary : System.Windows.ResourceDictionary 
    Inheritance Hierarchy

    System.Object
       System.Windows.ResourceDictionary
          Xceed.Wpf.Themes.ThemeResourceDictionary
             Xceed.Wpf.AvalonDock.Themes.FluentDesign.FluentDesignResourceDictionary
             Xceed.Wpf.AvalonDock.Themes.MaterialDesign.MaterialDesignResourceDictionary
             Xceed.Wpf.AvalonDock.Themes.Office2007.Office2007BaseResourceDictionary
             Xceed.Wpf.AvalonDock.Themes.Windows10.Windows10ResourceDictionary
             Xceed.Wpf.DataGrid.Themes.FluentDesignResourceDictionary
             Xceed.Wpf.DataGrid.Themes.MaterialDesignResourceDictionary
             Xceed.Wpf.DataGrid.Themes.Office2007BlackResourceDictionary
             Xceed.Wpf.DataGrid.Themes.Office2007BlueResourceDictionary
             Xceed.Wpf.DataGrid.Themes.Office2007SilverResourceDictionary
             Xceed.Wpf.DataGrid.Themes.Windows10ResourceDictionary
             Xceed.Wpf.Themes.FluentDesign.FluentDesignResourceDictionary
             Xceed.Wpf.Themes.MaterialDesign.MaterialDesignResourceDictionary
             Xceed.Wpf.Themes.Metro.MetroThemeResourceDictionaryBase
             Xceed.Wpf.Themes.Office2007.Office2007BlackResourceDictionary
             Xceed.Wpf.Themes.Office2007.Office2007BlueResourceDictionary
             Xceed.Wpf.Themes.Office2007.Office2007SilverResourceDictionary
             Xceed.Wpf.Themes.Windows10.Windows10ResourceDictionary
             Xceed.Wpf.Toolkit.Themes.FluentDesign.FluentDesignResourceDictionary
             Xceed.Wpf.Toolkit.Themes.MaterialDesign.MaterialDesignResourceDictionary
             Xceed.Wpf.Toolkit.Themes.Office2007.Office2007BaseResourceDictionary
             Xceed.Wpf.Toolkit.Themes.Windows10.Windows10ResourceDictionary

    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public PropertyGets or sets the license key used to license the classes contained in the Xceed.Wpf.Themes assembly.  
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Public PropertyGets or sets the mode that will be used by the theme resource dictionary.  
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.ResourceDictionary)
    Protected MethodUpdates the resources.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also