Skip to content

Commit c854e4d

Browse files
committed
comments for the class AppBar
1 parent 1cf8954 commit c854e4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MaterialDesignThemes.Wpf/AppBar.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
namespace MaterialDesignThemes.Wpf
1818
{
19+
/// <summary>
20+
/// A custom control implementing the concept of the app bar.
21+
/// It provides an optional toggle button for a side nav, a title, an optional search form and a content area (to add buttons for example).
22+
/// </summary>
1923
[ContentProperty("Children")]
2024
public partial class AppBar : UserControl
2125
{

0 commit comments

Comments
 (0)