Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Jul 30, 2015
1 parent 51f9fcd commit 0089237
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# 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

##### Triggers available:
- `DeviceFamilyAdaptiveTrigger`: Trigger based on the device family (Desktop, Mobile or Team)
- `DeviceFamilyStateTrigger`: Trigger based on the device family (Desktop, Mobile, IoT or Team)
- `NetworkConnectionStateTrigger`: Trigger if internet connection is available or not
- `OrientationStateTrigger`: Trigger based on portrait/landscape mode
- `IsTrueStateTrigger`: Trigger if a value is true - REMOVED ! use `StateTrigger` and bind to `IsActive`
Expand Down

0 comments on commit 0089237

Please sign in to comment.