From 37d2743fd78bd7a1af897c5cbd86a8433e20397a Mon Sep 17 00:00:00 2001 From: harinath-2699 <93642300+harinath-2699@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:21:05 +0530 Subject: [PATCH] WPF-998696-Corrections in Documentation regarding BackStageButton Customization --- wpf/Ribbon/Backstage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Ribbon/Backstage.md b/wpf/Ribbon/Backstage.md index 359319b4f..14c115c44 100644 --- a/wpf/Ribbon/Backstage.md +++ b/wpf/Ribbon/Backstage.md @@ -2382,7 +2382,7 @@ The `BackStageHeader` property allows you to set the header text for the Backsta {% endhighlight %} -{% tabs %} +{% endtabs %} ![WPF Ribbon BackStage Header](getting-started_images/wpf-ribbon-backstageheader.png) @@ -2392,7 +2392,7 @@ The `BackStageHeaderTemplate` property allows you to customize the Backstage hea The following code example illustrates how to customize the Backstage header. -{% endtabs %} +{% tabs %} {% highlight XAML %}