ShowMeTheXAML.AvalonEdit 2.1.1

ShowMeTheXAML

A WPF component making it easy to show the corresponding XAML for WPF custom styles and controls. It was built out of a need to shows the XAML for the theme library MaterialDesignInXamlToolkit. You can see it working in the demo application for MaterialDesignInXamlToolkit.

NuGet Status NuGet Status NuGet Status

Setup

  1. Install the MSBuild package. PM> Install-Package ShowMeTheXAML.MSBuild This will also install the ShowMeTheXAML package as well.
  2. Add the following code in your App.xaml.cs
protected override void OnStartup(StartupEventArgs e)
{
    XamlDisplay.Init();
    base.OnStartup(e);
}
  1. (Optional) The default template is pretty basic. For a better looking style add the ShowMeTheXAML.AvalonEdit package. PM> Install-Package ShowMeTheXAML.AvalonEdit In App.xaml include the resource dictionary.
<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/ShowMeTheXAML.AvalonEdit;component/Themes/xamldisplayer.xaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Usage

<smtx:XamlDisplay UniqueKey="SomeUniqueString">
  <StackPanel>
    <Button Content="Some Content" />
    <TextBlock Text="Text" />
  </StackPanel>
</smtx:XamlDisplay>

No packages depend on ShowMeTheXAML.AvalonEdit.

.NET Framework 4.7.2

.NET 8.0

Version Downloads Last updated
2.1.1 5 11/16/2025
2.1.0 5 11/17/2025
2.1.0-ci89 3 11/17/2025
2.1.0-ci87 4 11/17/2025
2.0.0 35 06/05/2023
2.0.0-ci9 23 12/09/2024
2.0.0-ci60 23 12/04/2024
2.0.0-ci55 23 12/09/2024
2.0.0-ci53 25 12/13/2024
2.0.0-ci16 25 12/02/2024
2.0.0-ci12 26 12/07/2024
2.0.0-ci11 21 12/13/2024
1.1.0-ci73 22 12/08/2024
1.1.0-ci71 26 12/09/2024
1.1.0-ci70 21 12/13/2024
1.1.0-ci68 26 12/06/2024
1.0.13-ci65 19 12/27/2024
1.0.13-ci59 25 12/08/2024
1.0.13-ci57 20 12/27/2024
1.0.12 19 12/14/2024
1.0.12-ci54 24 12/04/2024
1.0.12-ci53 25 12/12/2024
1.0.11 19 12/27/2024
1.0.11-ci50 24 12/19/2024
1.0.11-ci49 21 12/13/2024
1.0.11-ci48 22 12/12/2024
1.0.10 22 12/13/2024
1.0.10-ci45 25 12/09/2024
1.0.10-ci44 21 12/13/2024
1.0.10-ci42 28 12/09/2024
1.0.9 22 12/13/2024
1.0.9-ci40 22 12/08/2024
1.0.9-ci39 22 12/13/2024
1.0.9-ci38 19 12/27/2024
1.0.9-ci37 18 12/12/2024
1.0.8 22 12/08/2024
1.0.8-ci35 25 12/08/2024
1.0.8-ci33 21 12/13/2024
1.0.8-ci32 19 12/20/2024
1.0.8-ci31 26 12/07/2024
1.0.8-ci29 24 12/08/2024
1.0.8-ci28 20 12/15/2024
1.0.8-ci25 25 12/13/2024
1.0.8-ci23 27 12/08/2024
1.0.7 24 12/13/2024
1.0.6-ci17 17 12/19/2024
1.0.5 24 12/12/2024
1.0.5-ci15 26 12/09/2024
1.0.4 25 12/20/2024
1.0.3 26 12/10/2024
1.0.2-ci14 23 12/09/2024
1.0.1-ci11 23 12/15/2024
1.0.1-ci10 23 12/27/2024
1.0.0-ci9 24 12/06/2024