CustomWindow-WPF
2.0.0.1
dotnet add package CustomWindow-WPF --version 2.0.0.1
NuGet\Install-Package CustomWindow-WPF -Version 2.0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CustomWindow-WPF" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CustomWindow-WPF --version 2.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CustomWindow-WPF, 2.0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CustomWindow-WPF as a Cake Addin #addin nuget:?package=CustomWindow-WPF&version=2.0.0.1 // Install CustomWindow-WPF as a Cake Tool #tool nuget:?package=CustomWindow-WPF&version=2.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CustomWindow
It is a window that allows customization of the non-client area, has a kiosk mode and has a mechanism for displaying modal content.
Sample
Markup code
Code behind
public partial class CustomWindowSample : CustomWindow
{
public CustomWindowSample()
{
InitializeComponent();
}
private void LikeButton_Click(object sender, RoutedEventArgs e)
{
if (sender is Button button)
{
button.Content = button.Content.ToString() == "\uE00B"
? "\uE006"
: "\uE00B";
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Now using .net 7.0