Skip to content

Commit d76e718

Browse files
author
Ron Petrusha
authored
Changed group box title (dotnet#2670)
1 parent 6479cc8 commit d76e718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/GroupBox.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
[!INCLUDE[setting-a-visual-property](~/includes/visual-property-note.md)]
4040
4141
## Examples
42-
The following example defines a <xref:System.Windows.Controls.GroupBox> control that is titled **My Employee Info**. The control encloses a <xref:System.Windows.Controls.TabControl> and a <xref:System.Windows.Controls.Button> in a <xref:System.Windows.Controls.StackPanel>. The example sets the <xref:System.Windows.Controls.HeaderedContentControl.Header%2A> property to a <xref:System.Windows.Controls.Label>.
42+
The following example defines a <xref:System.Windows.Controls.GroupBox> control that is titled **Employee Data**. The control encloses a <xref:System.Windows.Controls.TabControl> and a <xref:System.Windows.Controls.Button> in a <xref:System.Windows.Controls.StackPanel>. The example sets the <xref:System.Windows.Controls.HeaderedContentControl.Header%2A> property to a <xref:System.Windows.Controls.Label>.
4343
4444
[!code-xaml[GroupBoxExample#1](~/samples/snippets/csharp/VS_Snippets_Wpf/GroupBoxExample/CSharp/Page1.xaml#1)]
4545

0 commit comments

Comments
 (0)