PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / ImageSourceEditor Class / Converter Property

In This Topic
    Converter Property (ImageSourceEditor)
    In This Topic
    Gets the converter used to convert from System.String to System.Windows.Media.ImageSource.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property Converter As IValueConverter
    protected override IValueConverter Converter {get;}
    See Also