File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The [HeaderedContentControl](https://docs.microsoft.com/dotnet/api/microsoft.too
50
50
<controls : HeaderedContentControl >
51
51
<controls : HeaderedContentControl .Header>
52
52
<Border Background =" Gray" >
53
- <TextBlock Text =" This is the header!" FontSize =" 16" >
53
+ <TextBlock Text =" This is the header!" FontSize =" 16" / >
54
54
</Border >
55
55
</controls : HeaderedContentControl .Header>
56
56
</<controls : HeaderedContentControl >
@@ -62,7 +62,7 @@ The [HeaderedContentControl](https://docs.microsoft.com/dotnet/api/microsoft.too
62
62
<controls : HeaderedContentControl Header =" {Binding CustomObject}" >
63
63
<controls : HeaderedContentControl .HeaderTemplate>
64
64
<DataTemplate >
65
- <TextBlock Text =" {Binding Title}" >
65
+ <TextBlock Text =" {Binding Title}" / >
66
66
</DataTemplate >
67
67
</controls : HeaderedContentControl .HeaderTemplate>
68
68
</<controls : HeaderedContentControl >
You can’t perform that action at this time.
0 commit comments