This port makes the WindowsStateTriggers app iOS, Android and WebAssembly, using the Uno Platform.
Try the WebAssembly build live at http://winstatetriggers-wasm.platform.uno
The nuget package is available here: https://www.nuget.org/packages/Uno.WindowsStateTriggers
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 IsActive
IsFalseStateTrigger
: 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 EqualTo
NotEqualStateTrigger
: Trigger if Value
is not equal to NotEqualTo
CompareStateTrigger
: Trigger if Value
is equal, less than or greater than CompareTo
InputTypeTrigger
: Trigger based on the PointerType
you're using on the TargetElement
RegexStateTrigger
: 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4