https://bugzilla.novell.com/show_bug.cgi?id=396078


           Summary: PaddingConverter support for serialization
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Padding object needs to be serialized to code as e.g.
   button1.Padding = new Padding(1,2,3,4);

Thus PaddingConverter.ConvertTo needs to support destinationType
InstanceDescriptor.

Patch attached to bug 396076.


As a repro, before this change Padding and Margin properties are not serialized
to InitializeComponent by mwf-designer, afterwards they are (when non-default
of course).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to