You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/csharp/tutorial-wpf.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
title: "Hello World app with WPF in C#"
3
3
description: Create a simple Windows Desktop .NET application in C# with Visual Studio by using the Windows Presentation Foundation (WPF) UI framework.
4
4
ms.custom: vs-acquisition
5
-
ms.date: 11/17/2023
6
-
5
+
ms.date: 10/18/2024
7
6
ms.subservice: general-ide
8
7
ms.topic: tutorial
9
8
dev_langs:
@@ -160,7 +159,7 @@ We add three types of controls to this application: a <xref:System.Windows.Contr
160
159
161
160
### Customize the text in the text block
162
161
163
-
1. In the XAML view, locate the markup for **TextBlock** and change the **Text** attribute from `TextBox` to `Select a message option and then choose the Display button.`
162
+
1. In the XAML view, locate the markup for **TextBlock** and change the **Text** attribute from `TextBlock` to `Select a message option and then choose the Display button.`
164
163
165
164
The XAML markup should look something like the following example:
0 commit comments