From 611420e388f86b772c37af586d76ce62851e5d72 Mon Sep 17 00:00:00 2001 From: SekarSivalingam Date: Wed, 3 Sep 2025 10:51:22 +0530 Subject: [PATCH] Add details about new ribbon feature --- wpf/Ribbon/DealingWithRibbon.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 - + - + - + - +