WPFSilverlightExtension 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFSilverlightExtension --version 2.0.0
NuGet\Install-Package WPFSilverlightExtension -Version 2.0.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="WPFSilverlightExtension" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFSilverlightExtension --version 2.0.0
#r "nuget: WPFSilverlightExtension, 2.0.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 WPFSilverlightExtension as a Cake Addin
#addin nuget:?package=WPFSilverlightExtension&version=2.0.0

// Install WPFSilverlightExtension as a Cake Tool
#tool nuget:?package=WPFSilverlightExtension&version=2.0.0

WPFSilverlightExtension for xaml, c# etc

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
2.1.1 2,155 3/29/2013
2.1.0 1,215 3/29/2013
2.0.0 1,767 4/13/2012
1.9.0 1,648 10/25/2011
1.8.0 1,517 10/21/2011
1.7.0 1,471 9/25/2011
1.6.0 1,426 9/25/2011
1.5.0 1,415 9/25/2011
1.4.0 1,536 9/24/2011
1.3.0 1,451 9/22/2011
1.2.0 1,422 9/22/2011
1.1.0 1,428 9/22/2011
1.0.0 1,481 9/22/2011

1.9 2011-10-25
增加了一个转换器,NullVisibleConverter,它可以根据传入参数是否为空,决定是否显示某个元素
适用于Silverlight和WPF
我分析原因可能是因为之前的做法是要把控件进行移动。所以今天修正了一下,Border只是套在外面,而不移动内部的控件。