Content Index Search
 

Customize the appearance of the check mark in a SimpleCheckBox

It is easy to customize the appearance of a check mark in Microsoft® Expression Blend™, by using the SimpleCheckBox control template.

To customize the check mark in a SimpleCheckBox

  1. Draw a SimpleCheckBox on the artboard in Expression Blend.
    Tip The simple style controls are available from the Simple Styles category of the Controls tab in the Asset Library Asset Library button. After you select a simple style control from the list, you can draw it on the artboard.
  2. Right-click the check box under Objects and Timeline, point to Edit Control Parts (Template), and then click Edit Template. If you do not want to change the SimpleStyles.xaml resource dictionary, you can click Edit a Copy instead of Edit Template, to create a new template and save it in the document. For more information about creating a copy, see Create a resource.
    Tip To exit the template-editing mode and return to the scope of your document: click the Scope up button Scope up button, which is above the element tree in the Interaction panel.

    To return to template editing mode for an existing template: under Objects and Timeline, right-click the element whose template you want to edit, point to Edit Control Parts (Template), and then click Edit Template.
  3. In the editing scope of the control template, expand all of the nodes under Objects and Timeline. Delete the CheckMark path element.
  4. Double-click the Grid element to make it active, so that you can add child elements.
  5. Draw a path into the Grid element by using the Pen tool Pen tool on the Toolbox. You can modify the path by using the Direct Selection tool Direct Selection tool to adjust points on the path.
    Tip To zoom in on the artboard, you can use the Zoom text box Zoom textbox at the bottom of the artboard, or you can use the scroll button on your mouse while holding down the CTRL key.
    Tip As an alternative to drawing a path element by using the Pen tool, you can use an art resource that is imported from Microsoft® Expression® Design, or an image file that has been added to your project.
  6. When you deleted the CheckMark path element, the trigger that makes it appear and disappear was deleted as well. To recreate the trigger, click IsChecked = False under Triggers in the Interaction panel. Under Objects and Timeline, select the new check mark element, and then under Appearance in the Properties panel, set the Visibility property to Collapsed.
  7. Test your application (F5) to see the effects.