• This repository has been archived on 02/Sep/2021
  • Stars
    star
    2,582
  • Rank 17,047 (Top 0.4 %)
  • Language
    C#
  • License
    Microsoft Public ...
  • Created about 9 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modern UI for WPF

Modern UI for WPF (MUI)

A set of controls and styles converting your WPF application into a great looking Modern UI app. This open source project is a spin-off of XAML Spy, the visual runtime inspector for Silverlight, Windows Phone, Windows Store and WPF. Read the official announcement

Build status Release NuGet Stars

Demo

Check out the MUI demo app included in the MUI release. The app demonstrates most features of the MUI framework. The full source of the demo app is included in the source code of this project.

Documentation

See some screenshots to get an idea of what Modern UI for WPF is all about. And visit the wiki to learn how to incorporate Modern UI for WPF into your application.

Features

  • Appearance, configurable at runtime
    • Dark, light and custom themes
    • Accent color
    • Large and small fonts
  • New modern controls
    • BBCodeBlock
    • ModernButton
    • ModernDialog
    • ModernFrame
    • ModernMenu
    • ModernProgressRing (with 8 built-in styles)
    • ModernTab
    • ModernToggleButton
    • ModernWindow
    • RelativeAnimatingContentControl
    • TransitioningContentControl
  • Layout
    • A set of predefined page layouts for a consistent look & feel
  • Control styles
    • Styles for common WPF controls, such as Button, TextBlock, etc.
    • All styles automatically adapt the dark and light theme and use accent colors where appropiate
  • Customizable navigation framework
    • ILinkNavigator and IContentLoader interfaces for maximum flexibility
    • Content loader exception templates in ModernFrame
  • Project and item templates
    • Visual Studio 2012, 2013 and 2015 project and item templates for creating ModernUI apps as fast and smooth as possible
    • Read more and download the extension containing the templates from the Visual Studio Gallery

Acknowledgements