WinRTTriggers 1.6.0
dotnet add package WinRTTriggers --version 1.6.0
NuGet\Install-Package WinRTTriggers -Version 1.6.0
<PackageReference Include="WinRTTriggers" Version="1.6.0" />
paket add WinRTTriggers --version 1.6.0
#r "nuget: WinRTTriggers, 1.6.0"
// Install WinRTTriggers as a Cake Addin #addin nuget:?package=WinRTTriggers&version=1.6.0 // Install WinRTTriggers as a Cake Tool #tool nuget:?package=WinRTTriggers&version=1.6.0
An implementation of the triggers functionality that was available in Silverlight but is missing WinRT XAML. Supports event and property based triggers with storyboard, state and command actions. Actions can have conditions applied to them so they only fire under certain conditions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
WinRT | winrt45 is compatible. |
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.
1.6.0.0
New: PropertySetTrigger condition checking improved
New: SetPropertyAction is able to set the property on the attached element by leaving the target object unspecified
Bug fix: AssociatableElement - the attached object's Unloaded event was causing the element to get detached prematurely.
Bug fix: SetPropertyAction handles null values now
Thanks to NicoB1981 for his contributions to this release.