PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / ImageSourceEditor Class
Members

In This Topic
    ImageSourceEditor Class
    In This Topic
    Editor for System.Windows.Media.ImageSource properties
    Object Model
    ImageSourceEditor Class
    Syntax
    'Declaration
     
    
    Public Class ImageSourceEditor 
       Inherits C1.WPF.PropertyGrid.StringEditor(Of ImageSource)
       Implements IPropertyGridEditor 
    Inheritance Hierarchy

    System.Object
       C1.WPF.PropertyGrid.BaseEditor<P,C>
          C1.WPF.PropertyGrid.StringEditor<T>
             C1.WPF.PropertyGrid.ImageSourceEditor

    See Also