I have a WPF app where the main window can have it's background changed by the user. The user can change the background using either a solid color or a gradient.
How can I save the background information (color(s), brush, startpoint, endpoint, etc.) to the settings file?
Thanks,
Eric