For a limited time, we are offering a "lite" version of
Reuxables
Theme: Paper.
Paper Lite includes two themes from
Reuxables Theme: Paper
- Blue Static and Gray Animated and all its features, except:
- Compiled DLL instead of source code
- A bit of manual code required (see below)
- Only 2 themes instead of 4 (1 static, 1 animated)
- Zero Customization, you can only use the themes as they are
DOWNLOAD NOW! Only 4 days remaining!
Download DLL (38.4KB)
|
Download Demo EXE
Using Paper Lite with your applications
Open a .NET 3.0 or .NET 3.5 Windows Presentation Foundation (WPF) Application project
in Visual Studio or Blend.
Go to
Project menu > Add Reference and browse to the PaperLite.dll file.
Open the file app.xaml or application.xaml, and the add one of the highlighted lines
below:
For Paper Blue Static:
<Application.Resources>
<ResourceDictionary Source="/PaperLite;component/Paper%20Blue%20Static.xaml"
/>
</Application.Resources>
For Paper Gray Animated:
<Application.Resources>
<ResourceDictionary Source="/PaperLite;component/Paper%20Gray%20Animated.xaml"
/>
</Application.Resources>