Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 652 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 652 Bytes

TTOOWA.AvalonDockTheme

State badge

Summary

AvalonDock's DarkMode theme using black and orange point colors.

Usage example screenshot

UI Editor Visit Screenshot Reference Repository

Hou to use

Edit your XAML as bellow.

<Ad:DockingManager>
  <!-- Apply theme -->
  <Ad:DockingManager.Theme>
    <AdThemes:FlatDarkTheme>
  </Ad:DockingManager.Theme>
  
  <!-- Content -->
  <Ad:LayoutRoot>
    <Ad:LayoutPanel>
      ...
    </Ad:LayoutPanel>
  </Ad:LayoutRoot>
</Ad:DockingManager>