Revit Wpf Ui
Pre-release
Pre-release
Revit WPF UI
This is an edited version of the wpfui version 2.2.0 to work with Autodesk Revit.
Check the example Wpf.Ui.SimpleConsoleDemo.
Use the code below to apply the Wpf.Ui theme to your WPF application.
public MainView()
{
InitializeComponent();
Wpf.Ui.Appearance.Theme.Apply(this);
}
In the .xaml
use the default xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
to select the Wpf.Ui controls.
The assembly was changed to Revit.Wpf.Ui.2.2.0
to avoid conflicts with the original Wpf.Ui
package.