CVB.Net 15.0
Loading...
Searching...
No Matches
GlowConverter Class Reference

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).
 

Detailed Description

Converter that converts a brush into a slightly brighter and more transparent version of itself.

Member Function Documentation

◆ Convert()

object Convert ( object value,
Type targetType,
object parameter,
System.Globalization.CultureInfo culture )

Conversion.

Parameters
valuevalue to be converted
targetTypetarget type to convert the value to
parameterconversion specification (must be of type BoolToVisibilityConversion)
cultureignored
Returns
conversion result

◆ ConvertBack()

object ConvertBack ( object value,
Type targetType,
object parameter,
System.Globalization.CultureInfo culture )

Inverse conversion (not supported).

Parameters
valueignored
targetTypeignored
parameterignored
cultureignored
Returns
Nothing (always throws).
Exceptions
NotSupportedExceptionAlways.