Changes

XAML

108 bytes added, 10:24, 25 August 2016
/* Converters */
== Converters ==
=== Basic ===
* BooleanToVisibilityConverter
Converts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Visible''.
* BooleanToCollapsedConverter
Converts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Collapsed''.
 
=== Advanced ===
* StringFormatConverter
Returns a formatted string where placeholders will be filled with values supplied to its ''Param'' properties.
* EvalExpressionConverter
Evaluates a C# expression and returns the result.