Cauldron.XAML.ValueConverters Namespace |
Class | Description | |
---|---|---|
BooleanInvertConverter |
Inverts a bool value
| |
BooleanToVisibilityConverter |
Converts a Boolean to Visibility. If the value is true, the IValueConverter will
return either Collapsed or Visible depending on the parameter
| |
KeyToLocalizedStringConverter |
Tries to get the localized value of the given key
| |
NullOrEmptyToVisibilityConverter |
Converts a null or empty value of a string to a visibility value
| |
ObjectToBooleanConverter |
Checks if an object is null. If the object is null, the IValueConverter will
return Collapsed | |
ObjectToVisibilityConverter |
Checks if an object is null. If the object is null, the IValueConverter will
return Collapsed | |
VisibilityToBooleanConverter |
Converts a Boolean to Visibility. If the value is true, the IValueConverter will
return either Collapsed or Visible depending on the parameter
|