From 0aa96075f8c71f6d4e3e8febc4b64cdaec2cffe7 Mon Sep 17 00:00:00 2001 From: Kalaivannan-Ganesan <93248069+Kalaivannan-Ganesan@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:16:23 +0530 Subject: [PATCH] bug(UWP-11284): Added the theme applying code for the SfRichTextBoxAdv control --- wpf/RichTextBox/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/RichTextBox/Getting-Started.md b/wpf/RichTextBox/Getting-Started.md index fe44ac559e..e762234140 100644 --- a/wpf/RichTextBox/Getting-Started.md +++ b/wpf/RichTextBox/Getting-Started.md @@ -209,7 +209,7 @@ You can also add the SfRichTextRibbon and SfRichTextBoxAdv programmatically by u xmlns:local="clr-namespace:DocumentEditor" mc:Ignorable="d" xmlns:Syncfusion="http://schemas.syncfusion.com/wpf" - Title="MainWindow" Height="350" Width="525" Syncfusion:SkinStorage.VisualStyle="Office2013"> + Title="MainWindow" Height="350" Width="525" Syncfusion:SfSkinManager.Theme="{Syncfusion:SkinManagerExtension ThemeName=FluentLight}">