@@ -109,7 +109,6 @@ You can customize the background of the title bar by setting the [TitleBarBackgr
109109 xmlns: d ="http://schemas.microsoft.com/expression/blend/2008 "
110110 xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
111111 TitleBarBackground="Red"
112- syncfusion: SkinStorage .VisualStyle="Metro"
113112 Title="ChromelessWindow Sample" Height="350" Width="525">
114113 <Grid >
115114 </Grid >
@@ -133,7 +132,6 @@ The font of the caption in the title bar can be customized using the [TitleFontS
133132 xmlns: d ="http://schemas.microsoft.com/expression/blend/2008 "
134133 xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
135134 TitleFontSize="15"
136- syncfusion: SkinStorage .VisualStyle="Metro"
137135 Title="ChromelessWindow Sample" Height="350" Width="525">
138136 <Grid >
139137 </Grid >
@@ -158,7 +156,6 @@ You can customize the caption height by setting the [TitleBarHeight](https://hel
158156 xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
159157 xmlns: local ="clr-namespace: WPF_CalendarEdit "
160158 TitleBarHeight="50"
161- syncfusion: SkinStorage .VisualStyle="Metro"
162159 Title="ChromelessWindow Sample" Height="350" Width="525">
163160 <Grid >
164161 </Grid >
@@ -186,8 +183,6 @@ The text alignment of the title can be set using the [`TitleTextAlignment`](http
186183 xmlns: mc ="http://schemas.openxmlformats.org/markup-compatibility/2006 "
187184 xmlns: local ="clr-namespace: Chromeless_Window_Sample "
188185 mc: Ignorable ="d" xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
189- xmlns: skin ="clr-namespace: Syncfusion .SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
190- skin: SfSkinManager .VisualStyle="Office2016Colorful"
191186 TitleTextAlignment="Center"
192187 Title="Chromeless Window Sample"
193188 Height="350" Width="550">
@@ -214,7 +209,6 @@ You can set the caption icon by setting the [Icon](https://learn.microsoft.com/d
214209 xmlns: d ="http://schemas.microsoft.com/expression/blend/2008 "
215210 xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
216211 Icon="App.ico"
217- syncfusion: SkinStorage .VisualStyle="Metro"
218212 Title="ChromelessWindow Sample" Height="350" Width="525">
219213 <Grid >
220214 </Grid >
@@ -240,8 +234,6 @@ The title bar icon can be aligned to `Left` or `Right` using the [`IconAlignment
240234 xmlns: mc ="http://schemas.openxmlformats.org/markup-compatibility/2006 "
241235 xmlns: local ="clr-namespace: Chromeless_Window_Sample "
242236 mc: Ignorable ="d" xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
243- xmlns: skin ="clr-namespace: Syncfusion .SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF"
244- skin: SfSkinManager .VisualStyle="Office2016Colorful"
245237 TitleTextAlignment="Center"
246238 Title="Chromeless Window Sample" IconAlignment="Left"
247239 Height="350" Width="550">
@@ -264,7 +256,6 @@ You can change the border color of the chromeless window by setting the [ResizeB
264256 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation "
265257 xmlns: x ="http://schemas.microsoft.com/winfx/2006/xaml "
266258 xmlns: d ="http://schemas.microsoft.com/expression/blend/2008 "
267- syncfusion: SkinStorage .VisualStyle="Metro"
268259 xmlns: syncfusion ="http://schemas.syncfusion.com/wpf "
269260 ResizeBorderBrush="Red"
270261 Title="ChromelessWindow Sample" Height="350" Width="525">
0 commit comments