Xceed Pro Themes for WPF v3.0 Documentation
Xceed.Wpf.Themes.Metro Assembly / Xceed.Wpf.Themes.Metro Namespace / MetroThemeResourceDictionaryBase Class
Members


In This Topic
    MetroThemeResourceDictionaryBase Class
    In This Topic
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <AmbientAttribute()>
    <UsableDuringInitializationAttribute(True)>
    Public MustInherit Class MetroThemeResourceDictionaryBase 
       Inherits Xceed.Wpf.Themes.ThemeResourceDictionary
    'Usage
     
    Dim instance As MetroThemeResourceDictionaryBase
    [DefaultMember("Item")]
    [Localizability(LocalizationCategory.Ignore)]
    [Ambient()]
    [UsableDuringInitialization(true)]
    public abstract class MetroThemeResourceDictionaryBase : Xceed.Wpf.Themes.ThemeResourceDictionary 
    Inheritance Hierarchy

    System.Object
       System.Windows.ResourceDictionary
          Xceed.Wpf.Themes.ThemeResourceDictionary
             Xceed.Wpf.Themes.Metro.MetroThemeResourceDictionaryBase
                Xceed.Wpf.Themes.Metro.MetroDarkThemeResourceDictionary
                Xceed.Wpf.Themes.Metro.MetroLightThemeResourceDictionary

    Public Properties
     NameDescription
    Public Property  
    Public Property  
    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 PropertyOverridden. Gets 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. (Inherited from Xceed.Wpf.Themes.ThemeResourceDictionary)
    Public Property (Inherited from System.Windows.ResourceDictionary)
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method (Inherited from System.Windows.ResourceDictionary)
    Protected MethodOverridden. Updates the resources.  
    Top
    Requirements

    Target Platforms: 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