AlexanderSharykin / RetroUI

Retro styles for WPF controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetroUI

Retro styles for WPF controls, including

  • Button
  • CheckBox
  • ComboBox
  • DataGrid
  • GroupBox
  • ListBox
  • RadioButton
  • TabControl
  • TreeView
  • ScrollBar

How to use

Reference RetroUI.dll in WPF project

Add merged dictionaries in App.xaml

<ResourceDictionary Source="/RetroUI;component/Themes/Colors.Retro.xaml"/>
<ResourceDictionary Source="/RetroUI;component/Themes/Generic.xaml"/>

Screenshots

retro Button

retro CheckBox

retro RadioButton

retro Lists

retro TreeView

Credits

Controls use Fixedsys Excelsior 3.01 font which is a monospaced font designed by Darien Gavin Valentine based on DOS Fixedsys font.

About

Retro styles for WPF controls


Languages

Language:C# 100.0%