Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock.Themes.MetroAccent Assembly / Xceed.Wpf.AvalonDock.Themes Namespace / MetroAccentTheme Class
Members


In This Topic
    MetroAccentTheme Class
    In This Topic
    Represents the Metro theme (with accent color support) for AvalonDock.
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class MetroAccentTheme 
       Inherits DictionaryTheme
    'Usage
     
    Dim instance As MetroAccentTheme
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class MetroAccentTheme : DictionaryTheme 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.AvalonDock.Themes.Theme
                Xceed.Wpf.AvalonDock.Themes.DictionaryTheme
                   Xceed.Wpf.AvalonDock.Themes.MetroAccentTheme

    Requirements

    See Also