3
votes

I created Copy of a template for TextBox using Blend. I need to edit Path.Data inside ValidationErrorElement. How do I do that? I can see XAML but I can't figure out how to edit this path data using designer.

enter image description here

2

2 Answers

8
votes

You can edit a path using either one of the following method :

Using the "Direct Selection" tool (The White arrow in the toolbox). Then you will be able to select and move anchor points of the Path.

Using the "Data" property (which is under the Appearance category)

3
votes

In order to see the path in the designer (ArtBoard) you have to enable the proper Validation State.

First, select the path in the Objects and Timeline pane. Then click the States tab. Choose the ValidationStates/InvalidUnfocused or ValidationStates/InvalidFocused state.

Now you should see the path selected in the Artboard.

enter image description here