Name |
Description |
BoolBoldConverter |
Sample converter that exchanges whether an item has been read or not to a font weight. Default is that if read, it will return bold. If parameter is "invert" then if the item has not been read, it will return bold |
BoolOpacityConverter |
Converts between a bool and opacity. If true, returns 1 If false, returns 0, or the value specified as a parameter |
BoolVisibilityConverter |
Converts between bool to visibility |
CaseConverter |
|
EmptyStringToVisibilityConverter |
|
NullToVisibilityConverter |
|
StringFormatConverter |
Converts a value to a string using a format string. |