diff --git a/wpf/Ribbon/DealingWithRibbon.md b/wpf/Ribbon/DealingWithRibbon.md index 8e34afe0a..705e2a815 100644 --- a/wpf/Ribbon/DealingWithRibbon.md +++ b/wpf/Ribbon/DealingWithRibbon.md @@ -2908,7 +2908,7 @@ End Sub ## Customizing the Header in RibbonTab -The Ribbon control allows customization of the tab headers using The ContentTemplate property. This enables users to enhance the visual appearance of tabs by adding icons and styled caption text. +The Ribbon control allows customization of the tab headers using The CaptionTemplate property. This enables users to enhance the visual appearance of tabs by adding icons and styled caption text. Below is an example where the Home, Send / Receive, and Folder tabs are customized with an icon and caption text: @@ -2918,7 +2918,7 @@ Below is an example where the Home, Send / Receive, and Folder tabs are customiz - + - + @@ -2936,7 +2936,7 @@ Below is an example where the Home, Send / Receive, and Folder tabs are customiz - + - + - + - +