Jump to: navigation, search

Changes


XAML

165 bytes added, 13:51, 31 January 2018
/* Basic */
== Converters ==
=== Basic ===
* AddStringSuffixConverter
Appends a suffix expression to an existing (string) value. The suffix expression to be appended is provided via the converter parameter.
* BooleanToVisibilityConverter
Converts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Visible''.
Converts the presence of a type to visbility (e.g. whether an object is "String")
* ValueValidityToVisibilityConverter
 
=== Advanced ===
681
edits