Skip to content

Commit efcc80c

Browse files
970311-Cleared CI
1 parent 4d8611c commit efcc80c

File tree

9 files changed

+23
-15
lines changed

9 files changed

+23
-15
lines changed

MAUI/Backdrop/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Backdrop Page | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Backdrop Page (SfBackdropPage) by turning on the EnableLiquidGlassEffect property on both the front and back layers.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Backdrop Page using the EnableLiquidGlassEffect property.
55
platform: MAUI
66
control: SfBackdropPage
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfBackdropPage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.SfBackdropPage.html) supports a liquid glass (acrylic/glassmorphism) appearance on both layers. Enable the effect directly on the [BackdropBackLayer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.BackdropBackLayer.html) and [BackdropFrontLayer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.BackdropFrontLayer.html) by setting their [EnableLiquidGlassEffect]() properties to true. This improves visual depth and readability when the backdrop layers are placed over images or colorful layouts.
12+
The [SfBackdropPage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.SfBackdropPage.html) supports a liquid glass (acrylic/glass morphism) appearance on both layers. Enable the effect directly on the [BackdropBackLayer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.BackdropBackLayer.html) and [BackdropFrontLayer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.BackdropFrontLayer.html) by setting their [EnableLiquidGlassEffect]() properties to true. This improves visual depth and readability when the backdrop layers are placed over images or colorful layouts.
1313

1414
## Platform and Version Support
1515

MAUI/Calendar/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Calendar | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Calendar (SfCalendar) using SfGlassEffectsView, and apply glass effect to the dialog mode popup via EnableLiquidGlassEffect Property in SfCalendar.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Calendar using SfGlassEffectsView.
55
platform: MAUI
66
control: SfCalendar
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfCalendar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html) supports a liquid glass (acrylic/glassmorphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the calendar is placed over images or colorful layouts.
12+
The [SfCalendar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html) supports a liquid glass (acrylic/glass morphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the calendar is placed over images or colorful layouts.
1313

1414
Additionally, when the calendar is shown in [Dialog](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.CalendarMode.html#Syncfusion_Maui_Calendar_CalendarMode_Dialog) mode, you can apply the glass effect to the pop-up by enabling the [EnableLiquidGlassEffect]() property on the calendar.
1515

MAUI/Cards/liquid-glass-effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Cards | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Card view (SfCardView) using the EnableLiquidGlassEffect property.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Card view using the EnableLiquidGlassEffect property.
55
platform: MAUI
66
control: SfCardView
77
documentation: ug

MAUI/DatePicker/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Date Picker | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Date Picker (SfDatePicker) using SfGlassEffectsView, and apply glass effect to the dialog popup via EnableLiquidGlassEffect Property in SfDatePicker.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Date Picker using SfGlassEffectsView.
55
platform: MAUI
66
control: SfDatePicker
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfDatePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DatePicker.SfDatePicker.html) supports a liquid glass (acrylic/glassmorphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the date picker is placed over images or colorful layouts.
12+
The [SfDatePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DatePicker.SfDatePicker.html) supports a liquid glass (acrylic/glass morphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the date picker is placed over images or colorful layouts.
1313

1414
Additionally, when the date picker is shown in [Dialog]() mode, you can apply the glass effect to the pop-up by enabling the [EnableLiquidGlassEffect]() property on the SfDatePicker.
1515

MAUI/DateTimePicker/liquid-glass-effect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Date Time Picker | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Date Time Picker (SfDateTimePicker) using SfGlassEffectsView, and apply glass effect to the dialog popup via EnableLiquidGlassEffect Property in SfDateTimePicker.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Date Time Picker using SfGlassEffectsView.
55
platform: MAUI
66
control: SfDateTimePicker
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfDateTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DateTimePicker.SfDateTimePicker.html) supports a liquid glass (acrylic/glassmorphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the date-time picker is placed over images or colorful layouts.
12+
The [SfDateTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DateTimePicker.SfDateTimePicker.html) supports a liquid glass (acrylic/glass morphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the date-time picker is placed over images or colorful layouts.
1313

1414
Additionally, when the datetime picker is shown in [Dialog]() mode, you can apply the glass effect to the pop-up by enabling the [EnableLiquidGlassEffect]() property on the SfDateTimePicker.
1515

@@ -22,7 +22,7 @@ Additionally, when the datetime picker is shown in [Dialog]() mode, you can appl
2222
## Prerequisites
2323

2424
- Add the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package (for SfGlassEffectsView).
25-
- Add the [Syncfusion.Maui.Picker](https://www.nuget.org/packages/Syncfusion.Maui.Picker/) package (for SfDatTimePicker).
25+
- Add the [Syncfusion.Maui.Picker](https://www.nuget.org/packages/Syncfusion.Maui.Picker/) package (for SfDateTimePicker).
2626

2727
## Apply Liquid Glass Effect to SfDateTimePicker
2828

MAUI/Picker/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Picker | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Picker (SfPicker) using SfGlassEffectsView, and apply glass effect to the dialog mode popup via EnableLiquidGlassEffect Property in SfPicker.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Picker using SfGlassEffectsView.
55
platform: MAUI
66
control: SfPicker
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfPicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html) supports a liquid glass (acrylic/glassmorphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the picker is placed over images or colorful layouts.
12+
The [SfPicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html) supports a liquid glass (acrylic/glass morphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the picker is placed over images or colorful layouts.
1313

1414
Additionally, when the picker is shown in [Dialog]() mode, you can apply the glass effect to the pop-up by enabling the [EnableLiquidGlassEffect]() property on the SfPicker.
1515

MAUI/TimePicker/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Time Picker | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Time Picker (SfTimePicker) using SfGlassEffectsView, and apply glass effect to the dialog popup via EnableLiquidGlassEffect Property in SfTimePicker.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Time Picker using SfGlassEffectsView.
55
platform: MAUI
66
control: SfTimePicker
77
documentation: ug
88
---
99

1010
# Liquid Glass Support
1111

12-
The [SfTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TimePicker.SfTimePicker.html) supports a liquid glass (acrylic/glassmorphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the time picker is placed over images or colorful layouts.
12+
The [SfTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TimePicker.SfTimePicker.html) supports a liquid glass (acrylic/glass morphism) appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). You can customize the effect using properties such as [EffectType](), [EnableShadowEffect](), and round the corners using [CornerRadius](). This approach improves visual depth and readability when the time picker is placed over images or colorful layouts.
1313

1414
Additionally, when the time selection is shown in a dialog, you can apply the glass effect to the pop-up by enabling the [EnableLiquidGlassEffect]() property on the time picker.
1515

MAUI/Toolbar/liquid-glass-effect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Provide Liquid Glass Support for .NET MAUI Toolbar | Syncfusion®
4-
description: Learn how to enable liquid glass (acrylic/glassmorphism) support for the Syncfusion® .NET MAUI Toolbar (SfToolbar) using the EnableLiquidGlassEffect property.
4+
description: Learn how to enable liquid glass (acrylic/glass morphism) support for the Syncfusion® .NET MAUI Toolbar using the EnableLiquidGlassEffect property.
55
platform: maui
66
control: Toolbar (SfToolbar)
77
documentation: ug

maui-toc.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
<li><a href="/maui/Backdrop/reveal-height-customization">Reveal Height Customization</a></li>
249249
<li><a href="/maui/Backdrop/Events">Events</a></li>
250250
<li><a href="/maui/Backdrop/header-configuration">Header Configuration</a></li>
251+
<li><a href="/maui/Backdrop/liquid-glass-effect">Liquid Glass Support</a></li>
251252
</ul>
252253
</li>
253254
<li>
@@ -314,6 +315,7 @@
314315
<li><a href="/maui/Cards/Customization">Customization</a></li>
315316
<li><a href="/maui/Cards/BindableLayout">BindableLayout</a></li>
316317
<li><a href="/maui/Cards/Events">Events</a></li>
318+
<li><a href="/maui/Cards/liquid-glass-effect">Liquid Glass Support</a></li>
317319
</ul>
318320
</li>
319321
<li>
@@ -334,6 +336,7 @@
334336
<li><a href="/maui/calendar/events">Events and Commands</a></li>
335337
<li><a href="/maui/calendar/localization">Localization</a></li>
336338
<li><a href="/maui/calendar/accessibility">Accessibility</a></li>
339+
<li><a href="/maui/calendar/liquid-glass-effect">Liquid Glass Support</a></li>
337340
</ul>
338341
</li>
339342
<li>
@@ -632,6 +635,7 @@
632635
<li><a href="/maui/DatePicker/events">Events and Commands</a></li>
633636
<li><a href="/maui/DatePicker/localization">Localization</a></li>
634637
<li><a href="/maui/DatePicker/accessibility">Accessibility</a></li>
638+
<li><a href="/maui/DatePicker/liquid-glass-effect">Liquid Glass Support</a></li>
635639
</ul>
636640
</li>
637641
<li>
@@ -649,6 +653,7 @@
649653
<li><a href="/maui/DateTimePicker/events">Events and Commands</a></li>
650654
<li><a href="/maui/DateTimePicker/localization">Localization</a></li>
651655
<li><a href="/maui/DateTimePicker/accessibility">Accessibility</a></li>
656+
<li><a href="/maui/DateTimePicker/liquid-glass-effect">Liquid Glass Support</a></li>
652657
</ul>
653658
</li>
654659
<li>
@@ -986,6 +991,7 @@
986991
<li><a href="/maui/Picker/dealing-with-columns">Dealing with Columns</a></li>
987992
<li><a href="/maui/Picker/localization">Localization</a></li>
988993
<li><a href="/maui/Picker/accessibility">Accessibility</a></li>
994+
<li><a href="/maui/Picker/liquid-glass-effect">Liquid Glass Support</a></li>
989995
</ul>
990996
</li>
991997
<li>
@@ -1336,6 +1342,7 @@
13361342
<li><a href="/maui/Toolbar/tooltip">Tooltip</a></li>
13371343
<li><a href="/maui/Toolbar/customization">Customizations</a></li>
13381344
<li><a href="/maui/Toolbar/events">Events and Commands</a></li>
1345+
<li><a href="/maui/Toolbar/liquid-glass-effect">Liquid Glass Support</a></li>
13391346
</ul>
13401347
</li>
13411348
<li>
@@ -1391,6 +1398,7 @@
13911398
<li><a href="/maui/TimePicker/events">Events and Commands</a></li>
13921399
<li><a href="/maui/TimePicker/localization">Localization</a></li>
13931400
<li><a href="/maui/TimePicker/accessibility">Accessibility</a></li>
1401+
<li><a href="/maui/TimePicker/liquid-glass-effect">Liquid Glass Support</a></li>
13941402
</ul>
13951403
</li>
13961404
<li>

0 commit comments

Comments
 (0)