Can I actually define my own complex types?
I have a converter that goes from byte[] to a (WPF) System.Windows.Media.Imaging.BitmapSource, but I don't know how to declare properties like that.
I know how to create my own enumerations, I know how to make custom TypeConverters, but I don't know how to add complex types.
Do you support this and if so, can you tell me how to do this?
Thanks
Alexander