Skip to content

Commit 81423ce

Browse files
authored
Add sample link. (#2728)
1 parent 6f195a2 commit 81423ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-interface/controls/contentview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.date: 08/30/2024
66

77
# ContentView
88

9+
[![Browse sample.](~/media/code-sample.png) Browse the sample](/samples/dotnet/maui-samples/userinterface-contentview)
10+
911
The .NET Multi-platform App UI (.NET MAUI) <xref:Microsoft.Maui.Controls.ContentView> is a control that enables the creation of custom, reusable controls.
1012

1113
The <xref:Microsoft.Maui.Controls.ContentView> class defines a `Content` property, of type <xref:Microsoft.Maui.Controls.View>, which represents the content of the <xref:Microsoft.Maui.Controls.ContentView>. This property is backed by a <xref:Microsoft.Maui.Controls.BindableProperty> object, which means that it can be the target of data bindings, and styled.

0 commit comments

Comments
 (0)