![]() |
VOOZH | about |
dotnet add package ShowMeTheXAML --version 2.1.1
NuGet\Install-Package ShowMeTheXAML -Version 2.1.1
<PackageReference Include="ShowMeTheXAML" Version="2.1.1" />
<PackageVersion Include="ShowMeTheXAML" Version="2.1.1" />Directory.Packages.props
<PackageReference Include="ShowMeTheXAML" />Project file
paket add ShowMeTheXAML --version 2.1.1
#r "nuget: ShowMeTheXAML, 2.1.1"
#:package ShowMeTheXAML@2.1.1
#addin nuget:?package=ShowMeTheXAML&version=2.1.1Install as a Cake Addin
#tool nuget:?package=ShowMeTheXAML&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. |
Showing the top 2 NuGet packages that depend on ShowMeTheXAML:
| Package | Downloads |
|---|---|
|
ShowMeTheXAML.AvalonEdit
AvalonEdit style for the ShowMeTheXAML XamlDisplay control. |
|
|
DesktopUniversalFrame
WPF(.NetCore3.1)基于MVVM+2D、3D的通用模板运用,适用于医疗和工业 |
Showing the top 4 popular GitHub repositories that depend on ShowMeTheXAML:
| 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
|
|
|
teknogods/TeknoParrotUI
Open Source JVS / Arcade Emulator for Windows
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.1 | 2,173 | 11/14/2025 |
| 2.1.0 | 401 | 11/14/2025 |
| 2.1.0-ci89 | 289 | 11/14/2025 |
| 2.1.0-ci87 | 290 | 11/14/2025 |
| 2.0.0 | 192,359 | 10/10/2020 |
| 2.0.0-ci9 | 628 | 10/4/2020 |
| 2.0.0-ci8 | 527 | 10/4/2020 |
| 2.0.0-ci7 | 567 | 10/4/2020 |
| 2.0.0-ci60 | 855 | 10/10/2020 |
| 2.0.0-ci55 | 744 | 10/10/2020 |
| 2.0.0-ci53 | 815 | 10/10/2020 |
| 2.0.0-ci16 | 757 | 10/6/2020 |
| 2.0.0-ci12 | 731 | 10/5/2020 |
| 2.0.0-ci11 | 645 | 10/4/2020 |
| 1.1.0-ci78 | 560 | 10/4/2020 |
| 1.1.0-ci73 | 30,325 | 2/7/2020 |
| 1.1.0-ci71 | 8,832 | 10/5/2019 |
| 1.1.0-ci70 | 4,047 | 7/31/2019 |
| 1.1.0-ci68 | 698 | 7/30/2019 |
| 1.0.13-ci65 | 1,227 | 1/29/2019 |