How can I simultaneously set the same value for a resource on multiple widgets?

Depending on what you are trying to accomplish, there are several approaches here. The first approach is to select each widget in the Browser or in the application window and enter the resource value as you would for a single widget. Each selected widget will be updated with the new value. The second approach uses the Builder Xcessory feature of Styles. Styles are groups of resources that can be applied to widgets or widget hierarchies. You would use the first approach if you were just setting these resources for a specific situation. You would use Styles if you wanted to create an overhaul consistent Look-and-Feel to your application. Some practical applications of Styles are provided in Tutorial 5.

Category: