WPF_AdvancedUIElements 1.1.3.9

dotnet add package WPF_AdvancedUIElements --version 1.1.3.9
                    
NuGet\Install-Package WPF_AdvancedUIElements -Version 1.1.3.9
                    
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="WPF_AdvancedUIElements" Version="1.1.3.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WPF_AdvancedUIElements" Version="1.1.3.9" />
                    
Directory.Packages.props
<PackageReference Include="WPF_AdvancedUIElements" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WPF_AdvancedUIElements --version 1.1.3.9
                    
#r "nuget: WPF_AdvancedUIElements, 1.1.3.9"
                    
#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.
#:package WPF_AdvancedUIElements@1.1.3.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WPF_AdvancedUIElements&version=1.1.3.9
                    
Install as a Cake Addin
#tool nuget:?package=WPF_AdvancedUIElements&version=1.1.3.9
                    
Install as a Cake Tool

This package is just for test by now, dont download until the icon appears.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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.

Version Downloads Last Updated
1.1.3.9 190 10/13/2024 1.1.3.9 is deprecated because it is no longer maintained.
1.1.3.8 151 10/13/2024
1.1.3.7 140 10/13/2024
1.1.3.6 144 10/13/2024
1.1.3.5 151 10/13/2024
1.1.3.4 154 10/11/2024
1.1.3.3 157 10/9/2024
1.1.3.2 136 10/8/2024
1.1.3.1 148 10/8/2024
1.1.3 145 10/8/2024
1.1.2 175 10/3/2024
1.1.0.2 177 6/25/2024
1.0.1.6 164 6/17/2024
1.0.1.5 165 6/17/2024
1.0.1.4 162 6/15/2024
1.0.1.3 160 6/14/2024
1.0.1.2 165 6/14/2024
1.0.1.1 152 6/13/2024
1.0.1 168 6/13/2024

NEW UI ELEMENTS

TextBox:
-Text
-Background
-Stroke
-StrokeThickness
-StrokeWhenFocus
-CaretBrush
-TextAlign
-Foreground
-FontWeight
-FontSize
-InputMode (All, OnlyCharacters, OnlyNumbers)

CheckBox
-Background
-BackgroundWhenMouse
-BorderBrush
-BorderWhenMouse
-BorderThickness
-CornerRadius
-TickStroke
-TickThickness
-InvertWhenMouse