feO2x.WpfExtensions 0.0.7

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

// Install feO2x.WpfExtensions as a Cake Tool
#tool nuget:?package=feO2x.WpfExtensions&version=0.0.7

This package contains several framework classes that extend WPF applications. This library is in alpha status and is not considered stable. It is only working in conjunktion with .NET 4.5.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.0.7 1,494 2/18/2014
0.0.6 1,079 2/6/2014
0.0.5 1,081 1/29/2014
0.0.3 1,084 1/29/2014
0.0.2 1,068 1/23/2014
0.0.1 1,263 5/7/2013

Version 0.0.7 introduces the CollectionSupportingItemFadeOut which allows visual elements to be faded out before they are removed.

Version 0.0.6 moved assistant classes of marking menu to new namespace and introduces the UniformDistributionPanel

Version 0.0.5 adds the ItemsVisibilityChanged Routed Event to the marking menu.

Version 0.0.3 fixes a bug in the marking menu control that caused the items panel to be visible when the control is first shown.

Version 0.0.2 contains several smaller classes and the marking menu control.

Version 0.0.1 contains the AnimatedContentControl