ImageSourceValueConverter Class

Definition

Microsoft internal use only. Manages conversion of image source values.

public ref class ImageSourceValueConverter sealed : System::Windows::Data::IValueConverter
public sealed class ImageSourceValueConverter : System.Windows.Data.IValueConverter
type ImageSourceValueConverter = class
    interface IValueConverter
Public NotInheritable Class ImageSourceValueConverter
Implements IValueConverter
Inheritance
ImageSourceValueConverter
Implements

Constructors

ImageSourceValueConverter()

Creates a new instance of the class.

Methods

Convert(Object, Type, Object, CultureInfo)

Converts the specified value to the specified target type.

ConvertBack(Object, Type, Object, CultureInfo)

Converts the specified value back from the specified target type.

Applies to