Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Design

Extended c# library that include classes and styles to create design for WPF application.

Preparation

Add ResourceDictionary to App.xaml.

<Application.Resources>
  <ResourceDictionary Source="pack://application:,,,/Design;component/Styles/Dictionary.xaml"/>
</Application.Resources>

Include

  • Localization - to create multilanguage application.
  • Themes
  • Styles:
    • Window
    • Scroll
    • TextBox
    • TextBlock
    • ListBox
    • TreeView
    • Button

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages