Getting Started with Blend Support
13 Jul 20261 minute to read
Essential® WPF control’s Style and Template can be edited in Expression Blend and this section explains the same.
Edit Control Style in Expression Blend
-
Open an application in Expression Blend.
-
Expand the
Viewsmenu, chooseOther Windows, and then chooseObjects and Timeline.
3.In the “Objects and Timeline” pane, select a Syncfusion® control to modify a style.

- The
Edit Stylemenu provides the following options:

- In the Create Style Resource dialog box, choose a name for the style and select Define in: Application (to make it available application-wide) or Define in: this document (to scope it to a specific resource dictionary or the current view), and then click OK. The style is added to the XAML and the designer surfaces it for editing.
Edit ControlTemplate in Expression Blend
-
Open an application in Expression Blend.
-
Expand the
Viewsmenu, chooseOther Windows, and then chooseObjects and Timeline. -
In the “Objects and Timeline” pane, select a Syncfusion® control to modify a template.

- Right-click the Syncfusion® control and choose
Edit Template.

- The
Edit Templatemenu provides the following options:
- Edit Current – To edit the current template of the control. This option is disabled when the control does not have a template.
- Edit a Copy – Helps you to edit a copy of the default template. When it is selected, the Create ControlTemplate Resource dialog box is opened. This dialog box is used to select the name for the template as well as the location where the template is defined.
- Create Empty – This option helps you to create an empty template for the selected control. When it is selected, the same Create ControlTemplate Resource dialog box is opened. It is used to select the name for the template as well as the location.