Skip to content

Commit 487adcb

Browse files
Merge pull request #6 from SyncfusionExamples/readme_filechanges
Updated the readme file changes
2 parents 48a224a + 8a47566 commit 487adcb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# How to change themes at run time using SkinManager?
22

3-
This sample loads [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) and [Chromeless Window](https://help.syncfusion.com/wpf/chromeless-window/getting-started) with `MaterialDark` theme look which has been applied using SkinManager [VisualStyle](https://help.syncfusion.com/wpf/themes/skin-manager#set-visual-style) property. Also, it provides drop down options using [ComboBox](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?view=netcore-3.1) to change themes at run time.
4-
5-
![Datagrid with custom theme](Images/Output.png)
6-
73
This sample demonstrates dynamic theme switching at runtime using Syncfusion's SkinManager in WPF applications.
84

95
# Overview
@@ -12,10 +8,12 @@ The application showcases:
128

139
* [Datagrid](https://help.syncfusion.com/wpf/datagrid/getting-started) with MaterialDark theme applied by default
1410
* [Chromeless Window](https://help.syncfusion.com/wpf/chromeless-window/getting-started) for modern borderless UI
15-
* Runtime theme switching via dropdown ComboBox
11+
* Runtime theme switching via dropdown [ComboBox](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?view=windowsdesktop-10.0)
1612
* Multiple theme options (Material, Office2019, Fluent, etc.)
1713

18-
Themes are applied using SkinManager's VisualStyle property, enabling seamless theme changes without application restart.
14+
Themes are applied using SkinManager's [VisualStyle](https://help.syncfusion.com/wpf/themes/skin-manager#set-visual-style) property, enabling seamless theme changes without application restart.
15+
16+
![Datagrid with custom theme](Images/Output.png)
1917

2018
# Features
2119

0 commit comments

Comments
 (0)