![]() |
VOOZH | about |
dotnet add package WindowsStateTriggers --version 1.1.0
NuGet\Install-Package WindowsStateTriggers -Version 1.1.0
<PackageReference Include="WindowsStateTriggers" Version="1.1.0" />
<PackageVersion Include="WindowsStateTriggers" Version="1.1.0" />Directory.Packages.props
<PackageReference Include="WindowsStateTriggers" />Project file
paket add WindowsStateTriggers --version 1.1.0
#r "nuget: WindowsStateTriggers, 1.1.0"
#:package WindowsStateTriggers@1.1.0
#addin nuget:?package=WindowsStateTriggers&version=1.1.0Install as a Cake Addin
#tool nuget:?package=WindowsStateTriggers&version=1.1.0Install as a Cake Tool
A collection of custom visual state triggers
Get it on nuget:
PM> Install-Package WindowsStateTriggers
See more information on my blog: http://www.sharpgis.net/post/2015/03/24/Using-Custom-Visual-State-Triggers
DeviceFamilyStateTrigger: Trigger based on the device family (Desktop, Mobile, IoT or Team)NetworkConnectionStateTrigger: Trigger if internet connection is available or notOrientationStateTrigger: Trigger based on portrait/landscape modeIsTrueStateTrigger: Trigger if a value is true - REMOVED ! use StateTrigger and bind to IsActiveIsFalseStateTrigger: Trigger if a value is falseIsNullOrEmptyStateTrigger: Trigger if an object is null, or if a String or IEnumerable is emptyIsTypePresentStateTrigger: Trigger if a type is present (ie hardware backbutton etc)EqualsStateTrigger: Trigger if Value is equal to EqualToNotEqualStateTrigger: Trigger if Value is not equal to NotEqualToCompareStateTrigger: Trigger if Value is equal, less than or greater than CompareToInputTypeTrigger: Trigger based on the PointerType you're using on the TargetElementRegexStateTrigger: This trigger evaluates a regular expression against a string and triggers if a match is found.CompositeStateTrigger: This trigger combines other triggers using, And, Or or Xor to create even more powerful triggers.Run the test app to see a set of examples of these in use.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 is compatible. |
This package has no dependencies.
Showing the top 1 NuGet packages that depend on WindowsStateTriggers:
| Package | Downloads |
|---|---|
|
Globeport.Client.Uwp.Host
UWP host for Globeport Elements |
Showing the top 5 popular GitHub repositories that depend on WindowsStateTriggers:
| Repository | Stars |
|---|---|
|
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
|
|
|
Difegue/Stylophone
A pretty cool™️ MPD client in .NET. Based on MpcNET.
|
|
|
Arlodotexe/strix-music
Combine any music sources into a single library. It's your music. Play it your way.
|
|
| Aftnet/RetriX | |
|
Aftnet/LibretroRT
Port of Libretro and cores to WinRT component
|