Converter that converts a brush into a slightly brighter and more transparent version of itself. More...
Public Member Functions | |
| object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
| Conversion. | |
| object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
| Inverse conversion (not supported). | |
Converter that converts a brush into a slightly brighter and more transparent version of itself.
| object Convert | ( | object | value, |
| Type | targetType, | ||
| object | parameter, | ||
| System.Globalization.CultureInfo | culture ) |
Conversion.
| value | value to be converted |
| targetType | target type to convert the value to |
| parameter | conversion specification (must be of type BoolToVisibilityConversion) |
| culture | ignored |
| object ConvertBack | ( | object | value, |
| Type | targetType, | ||
| object | parameter, | ||
| System.Globalization.CultureInfo | culture ) |
Inverse conversion (not supported).
| value | ignored |
| targetType | ignored |
| parameter | ignored |
| culture | ignored |
| NotSupportedException | Always. |