From d3a2afda37ed4c958d2d3780547b056c3935ea0e Mon Sep 17 00:00:00 2001 From: Bhaskar Suresh <102359766+BhaskarSuresh22@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:56:56 +0530 Subject: [PATCH] WPF-965203_Added the Default Style template for ChromelessWindow --- wpf/Chromeless-Window/Styling-the-ChromelessWindow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Chromeless-Window/Styling-the-ChromelessWindow.md b/wpf/Chromeless-Window/Styling-the-ChromelessWindow.md index 9e182d59ea..72898c43d2 100644 --- a/wpf/Chromeless-Window/Styling-the-ChromelessWindow.md +++ b/wpf/Chromeless-Window/Styling-the-ChromelessWindow.md @@ -104,7 +104,7 @@ Similarly, the template for the desired button can be changed by using the corre ChromelessWindow can be customized by editing the default template. The default style can be downloaded from the following link -[https://www.syncfusion.com/downloads/support/directtrac/general/ze/DefaultStyle-1700710349](https://www.syncfusion.com/downloads/support/directtrac/general/ze/DefaultStyle-1700710349) +[Default Template for ChromelessWindow - GitHub](https://github.com/SyncfusionExamples/Default-ChromelessWindow-Style) This default style need to be included in the App.xaml file of your application and the override this style as you desire.