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


In This Topic
    MetroLightResourceDictionary Class
    In This Topic
    Represents the resource dictionary for the Light variant of the Metro theme.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <LocalizabilityAttribute(LocalizationCategory.Ignore)>
    <AmbientAttribute()>
    <UsableDuringInitializationAttribute(True)>
    Public Class MetroLightResourceDictionary 
       Inherits Xceed.Wpf.Themes.ThemeResourceDictionary
    'Usage
     
    Dim instance As MetroLightResourceDictionary
    [DefaultMember("Item")]
    [Localizability(LocalizationCategory.Ignore)]
    [Ambient()]
    [UsableDuringInitialization(true)]
    public class MetroLightResourceDictionary : Xceed.Wpf.Themes.ThemeResourceDictionary 
    Inheritance Hierarchy

    System.Object
       System.Windows.ResourceDictionary
          Xceed.Wpf.Themes.ThemeResourceDictionary
             Xceed.Wpf.Themes.Metro.MetroLightResourceDictionary

    Public Constructors
    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 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
    Public Methods
    Protected Methods
     NameDescription
    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