Is there a way to bind an Appearance property (BackColor for example) with a Properties.Settings Color property?
I don't think you can bind an Appearance property to a data source, but you could just set the BackColor of an object in code based on the data.