NTI.Toolkit.WPF 1.4.0

Prefix Reserved
dotnet add package NTI.Toolkit.WPF --version 1.4.0                
NuGet\Install-Package NTI.Toolkit.WPF -Version 1.4.0                
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="NTI.Toolkit.WPF" Version="1.4.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NTI.Toolkit.WPF --version 1.4.0                
#r "nuget: NTI.Toolkit.WPF, 1.4.0"                
#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 NTI.Toolkit.WPF as a Cake Addin
#addin nuget:?package=NTI.Toolkit.WPF&version=1.4.0

// Install NTI.Toolkit.WPF as a Cake Tool
#tool nuget:?package=NTI.Toolkit.WPF&version=1.4.0                

NTI Toolkit WPF

Controls

  • ContentLabel
  • CheckComboBox
  • CheckGridViewColumn
  • NumberBox, NumberUpDown
  • OpenFilePathTextBox, SaveFilePathTextBox

Converters

  • BooleanConverter (inverse, and, enum, null)
  • FileInfoConverter (file path as string โ†” FileInfo)
  • SpaceConverter (inserts 'ยท' for every space ' ' in string)
  • VisibilityConverter (boolean, empty string, enum, enumerable, integer, null, boolean and)

Utilities

  • [DescriptionFromResource] Attribute
  • Enumeration Markup Extension
  • XamlDrawing Markup Extension
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net6.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.4.0 132 9/4/2024
1.3.1 112 8/7/2024
1.3.0 130 5/14/2024
1.2.0 130 5/7/2024
1.1.2 310 2/7/2024
1.1.1 120 2/1/2024
1.1.0 113 2/1/2024
1.0.3 138 1/22/2024
1.0.2 111 1/22/2024
1.0.1 105 1/22/2024
1.0.0 129 1/18/2024

Add `XamlDrawing` Markup Extension