diff --git a/wpf/Ribbon/DealingWithRibbon.md b/wpf/Ribbon/DealingWithRibbon.md index 8e34afe0a7..5d4a871a59 100644 --- a/wpf/Ribbon/DealingWithRibbon.md +++ b/wpf/Ribbon/DealingWithRibbon.md @@ -2905,64 +2905,3 @@ End Sub {% endhighlight %} {% endtabs %} - -## 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. - -Below is an example where the Home, Send / Receive, and Folder tabs are customized with an icon and caption text: - -{% tabs %} - -{% highlight XAML %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endhighlight %} - -{% endtabs %} - -![Set Icon to RibbonTab header in WPF Ribbon](getting-started_images/wpf-ribbon-add-icon-in-header.png) \ No newline at end of file diff --git a/wpf/Ribbon/getting-started_images/wpf-ribbon-add-icon-in-header.png b/wpf/Ribbon/getting-started_images/wpf-ribbon-add-icon-in-header.png deleted file mode 100644 index c0386e8e9a..0000000000 Binary files a/wpf/Ribbon/getting-started_images/wpf-ribbon-add-icon-in-header.png and /dev/null differ