Skip to content

Commit b44be61

Browse files
Review Corrections
1 parent e7e67ed commit b44be61

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

MAUI/ComboBox/LiquidGlassSupport.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
layout: post
3-
title: Liquid Glass Effect for .NET MAUI Combo Box | Syncfusion®
4-
description: Learn how to enable and customize the Liquid Glass Effect in the Syncfusion® .NET MAUI Combo Box (SfComboBox) control.
3+
title: Liquid Glass Effect for .NET MAUI ComboBox | Syncfusion®
4+
description: Learn how to enable and customize the Liquid Glass Effect in the Syncfusion® .NET MAUI ComboBox (SfComboBox) control.
55
platform: MAUI
66
control: SfComboBox
77
documentation: ug
88
---
99

10-
# Liquid Glass Effect in .NET MAUI Combo Box (SfComboBox)
10+
# Liquid Glass Effect in .NET MAUI ComboBox (SfComboBox)
1111

12-
The Liquid Glass Effect introduces a modern, translucent design with adaptive color tinting and light refraction, creating a sleek, glass like user experience that remains clear and accessible. This section explains how to enable and customize the effect in the Syncfusion® .NET MAUI Combo Box (SfComboBox) control.
12+
The Liquid Glass Effect introduces a modern, translucent design with adaptive color tinting and light refraction, creating a sleek, glass like user experience that remains clear and accessible. This section explains how to enable and customize the effect in the Syncfusion® .NET MAUI ComboBox (SfComboBox) control.
1313

1414
## Apply liquid glass effect
1515

16-
Follow these steps to enable and configure the Liquid Glass Effect in the Combo Box control:
16+
Follow these steps to enable and configure the Liquid Glass Effect in the ComboBox control:
1717

1818
### Step 1: Wrap the control inside glass effect view
1919

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Combo Box` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `ComboBox` control, wrap the control inside the `SfGlassEffectView` class.
2121

2222
For more details, refer to the `Liquid Glass Getting Started documentation`.
2323

24-
### Step 2: Enable the liquid glass effect on Combo Box
24+
### Step 2: Enable the liquid glass effect on ComboBox
2525

2626
Set the `EnableLiquidGlassEffect` property to `true` in the `SfComboBox` control to apply the Liquid Glass Effect. When enabled, the effect is also applied to its dependent controls and provides responsive interaction for a smooth and engaging user experience.
2727

2828
### Step 3: Customize the background
2929

30-
To achieve a glass like background in the Combo Box, set the `Background` and `DropDownBackground` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
30+
To achieve a glass like background in the ComboBox, set the `Background` and `DropDownBackground` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

3232
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfComboBox` control:
3333

@@ -71,7 +71,7 @@ using Syncfusion.Maui.Inputs;
7171
CornerRadius = 20
7272
};
7373

74-
ComboBox = new SfComboBox
74+
var ComboBox = new SfComboBox
7575
{
7676
Background = Colors.Transparent,
7777
DropDownBackground = Colors.Transparent,
@@ -89,7 +89,7 @@ using Syncfusion.Maui.Inputs;
8989

9090
The following screenshot illustrates SfComboBox within an acrylic container, with the dropdown using the glass effect.
9191

92-
![combo box editor with liquid glass support](Images/UICustomization/Combobox_liquidglass.png)
92+
![ComboBox editor with liquid glass support](Images/UICustomization/Combobox_liquidglass.png)
9393

9494
N>
9595
This feature is supported only on .NET 10 along with iOS 26 and macOS 26

MAUI/NumericEntry/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more details, refer to the `Liquid Glass Getting Started documentation`.
2323

2424
### Step 2: Customize the background
2525

26-
To achieve a glass like background in the MaskedEntry, set the `Background` and `DropDownBackground` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
26+
To achieve a glass like background in the MaskedEntry, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
2727

2828
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfMaskedEntry` control:
2929

0 commit comments

Comments
 (0)