diff --git a/wpf/Chromeless-Window/Getting-Started.md b/wpf/Chromeless-Window/Getting-Started.md index 2184a85499..e6edce4854 100644 --- a/wpf/Chromeless-Window/Getting-Started.md +++ b/wpf/Chromeless-Window/Getting-Started.md @@ -109,7 +109,6 @@ You can customize the background of the title bar by setting the [TitleBarBackgr xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" TitleBarBackground="Red" - syncfusion:SkinStorage.VisualStyle="Metro" Title="ChromelessWindow Sample" Height="350" Width="525"> @@ -133,7 +132,6 @@ The font of the caption in the title bar can be customized using the [TitleFontS xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" TitleFontSize="15" - syncfusion:SkinStorage.VisualStyle="Metro" Title="ChromelessWindow Sample" Height="350" Width="525"> @@ -158,7 +156,6 @@ You can customize the caption height by setting the [TitleBarHeight](https://hel xmlns:syncfusion="http://schemas.syncfusion.com/wpf" xmlns:local="clr-namespace:WPF_CalendarEdit" TitleBarHeight="50" - syncfusion:SkinStorage.VisualStyle="Metro" Title="ChromelessWindow Sample" Height="350" Width="525"> @@ -186,8 +183,6 @@ The text alignment of the title can be set using the [`TitleTextAlignment`](http xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Chromeless_Window_Sample" mc:Ignorable="d" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" - xmlns:skin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF" - skin:SfSkinManager.VisualStyle="Office2016Colorful" TitleTextAlignment="Center" Title="Chromeless Window Sample" Height="350" Width="550"> @@ -214,7 +209,6 @@ You can set the caption icon by setting the [Icon](https://learn.microsoft.com/d xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" Icon="App.ico" - syncfusion:SkinStorage.VisualStyle="Metro" Title="ChromelessWindow Sample" Height="350" Width="525"> @@ -240,8 +234,6 @@ The title bar icon can be aligned to `Left` or `Right` using the [`IconAlignment xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Chromeless_Window_Sample" mc:Ignorable="d" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" - xmlns:skin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF" - skin:SfSkinManager.VisualStyle="Office2016Colorful" TitleTextAlignment="Center" Title="Chromeless Window Sample" IconAlignment="Left" Height="350" Width="550"> @@ -264,7 +256,6 @@ You can change the border color of the chromeless window by setting the [ResizeB xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - syncfusion:SkinStorage.VisualStyle="Metro" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" ResizeBorderBrush="Red" Title="ChromelessWindow Sample" Height="350" Width="525"> diff --git a/wpf/Chromeless-Window/Getting-Started_images/TitleTextAlignment.png b/wpf/Chromeless-Window/Getting-Started_images/TitleTextAlignment.png index 56dffef6e1..257735223f 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/TitleTextAlignment.png and b/wpf/Chromeless-Window/Getting-Started_images/TitleTextAlignment.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-border-color.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-border-color.png index 6311720f1b..4308238e39 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-border-color.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-border-color.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon-alignment.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon-alignment.png index 05fbc738e4..257735223f 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon-alignment.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon-alignment.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon.png index 01216c66f3..4c430f9df8 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-icon.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-back-color.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-back-color.png index feef2cd9d7..5733d03e4b 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-back-color.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-back-color.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-font-size.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-font-size.png index bda88d7126..0495b9ab0c 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-font-size.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-font-size.png differ diff --git a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-height.png b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-height.png index c15cb6e7eb..6d0bff1dcb 100644 Binary files a/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-height.png and b/wpf/Chromeless-Window/Getting-Started_images/wpf-chromeless-window-title-height.png differ