Skip to content

Commit e7e67ed

Browse files
ci chk
1 parent 6b9bfaf commit e7e67ed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MAUI/Masked-Entry/LiquidGlassSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To achieve a glass like background in the MaskedEntry, set the `Background` prop
2828
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfMaskedEntry` control:
2929

3030
{% tabs %}
31-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="" %}
31+
{% highlight xaml tabtitle="MainPage.xaml" %}
3232
<Grid>
3333
<Image Source="Wallpaper.png" Aspect="AspectFill">
3434
<core:SfGlassEffectView
@@ -46,7 +46,7 @@ The following code snippet demonstrates how to apply the Liquid Glass Effect to
4646
</Grid>
4747

4848
{% endhighlight %}
49-
{% highlight c# tabtitle="MainPage.xaml.cs" hl_lines="" %}
49+
{% highlight c# tabtitle="MainPage.xaml.cs" %}
5050
using Syncfusion.Maui.Core;
5151
using Syncfusion.Maui.Inputs;
5252

MAUI/NumericEntry/LiquidGlassSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To achieve a glass like background in the MaskedEntry, set the `Background` and
2828
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfMaskedEntry` control:
2929

3030
{% tabs %}
31-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="" %}
31+
{% highlight xaml tabtitle="MainPage.xaml" %}
3232
<Grid>
3333
<Image Source="Wallpaper.png" Aspect="AspectFill">
3434
<core:SfGlassEffectView
@@ -48,7 +48,7 @@ The following code snippet demonstrates how to apply the Liquid Glass Effect to
4848
</Grid>
4949

5050
{% endhighlight %}
51-
{% highlight c# tabtitle="MainPage.xaml.cs" hl_lines="" %}
51+
{% highlight c# tabtitle="MainPage.xaml.cs" %}
5252

5353
using Syncfusion.Maui.Core;
5454
using Syncfusion.Maui.Inputs;

MAUI/SignaturePad/LiquidGlassSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To achieve a glass like background in the Signature Pad, set the `Background` pr
2828
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfSignaturePad` control:
2929

3030
{% tabs %}
31-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="" %}
31+
{% highlight xaml tabtitle="MainPage.xaml" %}
3232
<Grid>
3333
<Image Source="Wallpaper.png" Aspect="AspectFill">
3434
<core:SfGlassEffectView
@@ -45,7 +45,7 @@ The following code snippet demonstrates how to apply the Liquid Glass Effect to
4545
</Grid>
4646

4747
{% endhighlight %}
48-
{% highlight c# tabtitle="MainPage.xaml.cs" hl_lines="" %}
48+
{% highlight c# tabtitle="MainPage.xaml.cs" %}
4949

5050
using Syncfusion.Maui.Core;
5151
using Syncfusion.Maui.SignaturePad;

0 commit comments

Comments
 (0)