Skip to content

Commit 3f262c5

Browse files
authored
Merge pull request #569 from akeeton/patch-1
Change `<Title>` to `Title`
2 parents 2087fd8 + cbabe15 commit 3f262c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/designers/walkthrough-my-first-wpf-desktop-application2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In this section, you'll create the application infrastructure, which includes th
5555

5656
1. In the **Properties** window, expand the **Common** category node and choose the **Title** property, and then enter `ExpenseIt` and press the **Enter** key.
5757

58-
Notice that the **Title** element in the XAML window changes to match the new value. You can modify XAML properties in either the XAML window or the **Properties** window, and the changes are synchronized.
58+
Notice that the **Title** attribute in the XAML window changes to match the new value. You can modify XAML properties in either the XAML window or the **Properties** window, and the changes are synchronized.
5959

6060
1. In the XAML window, set the value of the **Height** element to `375`, and set the value of the **Width** property to `500`.
6161

@@ -111,7 +111,7 @@ In this section, you'll add two pages and an image to the application.
111111

112112
1. In the designer, choose the **ExpenseItHome.xaml** tab if it isn't already the active designer tab.
113113

114-
1. Choose the `<Title>` element and change the title to **ExpenseIt - Home**.
114+
1. Choose the `Title` attribute and change its value to **ExpenseIt - Home**.
115115

116116
Your **ExpenseItHome.xaml** file should now look like this in C#:
117117

@@ -173,7 +173,7 @@ In this section, you'll add two pages and an image to the application.
173173

174174
1. In the designer, choose the **ExpenseReportPage.xaml** tab if it isn't already the active designer tab.
175175

176-
1. Choose the `<Title>` element and change the title to **ExpenseIt - View Expense**.
176+
1. Choose the `Title` attribute and change its value to **ExpenseIt - View Expense**.
177177

178178
Your ExpenseReportPage.xaml file should now look like this in C#:
179179

0 commit comments

Comments
 (0)