ImageSourceValueConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |