![]() |
VOOZH | about |
dotnet add package ShowMeTheXAML.AvalonEdit --version 2.1.1
NuGet\Install-Package ShowMeTheXAML.AvalonEdit -Version 2.1.1
<PackageReference Include="ShowMeTheXAML.AvalonEdit" Version="2.1.1" />
<PackageVersion Include="ShowMeTheXAML.AvalonEdit" Version="2.1.1" />Directory.Packages.props
<PackageReference Include="ShowMeTheXAML.AvalonEdit" />Project file
paket add ShowMeTheXAML.AvalonEdit --version 2.1.1
#r "nuget: ShowMeTheXAML.AvalonEdit, 2.1.1"
#:package ShowMeTheXAML.AvalonEdit@2.1.1
#addin nuget:?package=ShowMeTheXAML.AvalonEdit&version=2.1.1Install as a Cake Addin
#tool nuget:?package=ShowMeTheXAML.AvalonEdit&version=2.1.1Install as a Cake Tool
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
PM> Install-Package ShowMeTheXAML.MSBuild This will also install the ShowMeTheXAML package as well.App.xaml.csprotected override void OnStartup(StartupEventArgs e)
{
XamlDisplay.Init();
base.OnStartup(e);
}
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>
<smtx:XamlDisplay UniqueKey="SomeUniqueString">
<StackPanel>
<Button Content="Some Content" />
<TextBlock Text="Text" />
</StackPanel>
</smtx:XamlDisplay>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
Showing the top 3 popular GitHub repositories that depend on ShowMeTheXAML.AvalonEdit:
| Repository | Stars |
|---|---|
|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
|
HenJigg/wpf-abp
Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
|
|
|
lindexi/lindexi_gd
ๅๅฎข็จๅฐ็ไปฃ็
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.1 | 1,183 | 11/14/2025 |
| 2.1.0 | 408 | 11/14/2025 |
| 2.1.0-ci89 | 284 | 11/14/2025 |
| 2.1.0-ci87 | 290 | 11/14/2025 |
| 2.0.0 | 138,858 | 10/10/2020 |
| 2.0.0-ci9 | 526 | 10/4/2020 |
| 2.0.0-ci60 | 681 | 10/10/2020 |
| 2.0.0-ci55 | 582 | 10/10/2020 |
| 2.0.0-ci53 | 630 | 10/10/2020 |
| 2.0.0-ci16 | 612 | 10/6/2020 |
| 2.0.0-ci12 | 583 | 10/5/2020 |
| 2.0.0-ci11 | 653 | 10/4/2020 |
| 1.1.0-ci73 | 27,614 | 2/7/2020 |
| 1.1.0-ci71 | 7,365 | 10/5/2019 |
| 1.1.0-ci70 | 3,337 | 7/31/2019 |
| 1.1.0-ci68 | 541 | 7/30/2019 |
| 1.0.13-ci65 | 724 | 1/29/2019 |
| 1.0.13-ci59 | 627 | 1/22/2019 |
| 1.0.13-ci57 | 662 | 12/17/2018 |
| 1.0.12 | 48,111 | 12/17/2018 |