Skip to content

Commit b200603

Browse files
miscellaneous
1 parent d76b16b commit b200603

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

MAUI/Autocomplete/LiquidGlassSupport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Liquid glass support
1111

12-
The [SfAutocomplete](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfAutocomplete.html) supports a `liquid glass` 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 SfAutocomplete is placed over images or colorful layouts. Additionally, the dropdown portion of SfAutocomplete applies the glass effect only when the [EnableLiquidGlassEffect]() property is set to true.
12+
The [SfAutocomplete](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfAutocomplete.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectView](). 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 SfAutocomplete is placed over images or colorful layouts. Additionally, the dropdown portion of SfAutocomplete applies the glass effect only when the [EnableLiquidGlassEffect]() property is set to true.
1313

1414
## Availability
1515

@@ -19,9 +19,9 @@ The [SfAutocomplete](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.
1919

2020
## Prerequisites
2121

22-
- Add the Syncfusion.Maui.Core package (for SfGlassEffectsView) and Syncfusion.Maui.Inputs (for SfAutocomplete).
22+
- Add the Syncfusion.Maui.Core package (for SfGlassEffectView) and Syncfusion.Maui.Inputs (for SfAutocomplete).
2323

24-
XAML example Wrap the SfAutocomplete in an SfGlassEffectsView, then enable the dropdown’s glass effect with `EnableLiquidGlassEffect`.
24+
XAML example Wrap the SfAutocomplete in an SfGlassEffectView, then enable the dropdown’s glass effect with `EnableLiquidGlassEffect`.
2525

2626
{% tabs %}
2727
{% highlight xaml hl_lines="19 22" %}
@@ -37,7 +37,7 @@ XAML example Wrap the SfAutocomplete in an SfGlassEffectsView, then enable the d
3737
<Grid>
3838
<!-- Background to make acrylic blur visible -->
3939
<Image Source="wallpaper.jpg" Aspect="AspectFill" />
40-
<core:SfGlassEffectsView
40+
<core:SfGlassEffectView
4141
CornerRadius="20"
4242
HeightRequest="40"
4343
EffectType="Regular"
@@ -50,7 +50,7 @@ XAML example Wrap the SfAutocomplete in an SfGlassEffectsView, then enable the d
5050
DisplayMemberPath="Name"
5151
DropDownBackground="Transparent"
5252
Placeholder="Select employee"/>
53-
</core:SfGlassEffectsView>
53+
</core:SfGlassEffectView>
5454
</Grid>
5555
</ContentPage>
5656

@@ -60,7 +60,7 @@ XAML example Wrap the SfAutocomplete in an SfGlassEffectsView, then enable the d
6060
using Syncfusion.Maui.Core;
6161
using Syncfusion.Maui.Inputs;
6262

63-
var glassEffects = new SfGlassEffectsView
63+
var glassEffects = new SfGlassEffectView
6464
{
6565
CornerRadius=20,
6666
HeightRequest=40,

MAUI/ComboBox/LiquidGlassSupport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Liquid glass support
1111

12-
The [SfComboBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfComboBox.html) supports a `liquid glass` 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 SfComboBox is placed over images or colorful layouts. Additionally, the dropdown portion of SfComboBox applies the glass effect only when the [EnableLiquidGlassEffect]() property is set to true.
12+
The [SfComboBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfComboBox.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectView](). 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 SfComboBox is placed over images or colorful layouts. Additionally, the dropdown portion of SfComboBox applies the glass effect only when the [EnableLiquidGlassEffect]() property is set to true.
1313

1414
## Availability
1515

@@ -19,9 +19,9 @@ The [SfComboBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfCo
1919

2020
## Prerequisites
2121

22-
- Add the Syncfusion.Maui.Core package (for SfGlassEffectsView) and Syncfusion.Maui.Inputs (for SfComboBox).
22+
- Add the Syncfusion.Maui.Core package (for SfGlassEffectView) and Syncfusion.Maui.Inputs (for SfComboBox).
2323

24-
XAML example Wrap the SfComboBox in an SfGlassEffectsView, then enable the dropdown’s glass effect with `EnableLiquidGlassEffect`.
24+
XAML example Wrap the SfComboBox in an SfGlassEffectView, then enable the dropdown’s glass effect with `EnableLiquidGlassEffect`.
2525

2626
{% tabs %}
2727
{% highlight xaml hl_lines="19 20 23" %}
@@ -37,7 +37,7 @@ XAML example Wrap the SfComboBox in an SfGlassEffectsView, then enable the dropd
3737
<Grid>
3838
<!-- Background to make acrylic blur visible -->
3939
<Image Source="wallpaper.jpg" Aspect="AspectFill" />
40-
<core:SfGlassEffectsView
40+
<core:SfGlassEffectView
4141
CornerRadius="20"
4242
HeightRequest="40"
4343
EffectType="Regular"
@@ -50,7 +50,7 @@ XAML example Wrap the SfComboBox in an SfGlassEffectsView, then enable the dropd
5050
DisplayMemberPath="Name"
5151
DropDownBackground="Transparent"
5252
Placeholder="Select employee"/>
53-
</core:SfGlassEffectsView>
53+
</core:SfGlassEffectView>
5454
</Grid>
5555
</ContentPage>
5656

@@ -60,7 +60,7 @@ XAML example Wrap the SfComboBox in an SfGlassEffectsView, then enable the dropd
6060
using Syncfusion.Maui.Core;
6161
using Syncfusion.Maui.Inputs;
6262

63-
var glassEffects = new SfGlassEffectsView
63+
var glassEffects = new SfGlassEffectView
6464
{
6565
CornerRadius=20,
6666
HeightRequest=40,

MAUI/Masked-Entry/LiquidGlassSupport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Liquid glass support
1111

12-
The [SfMaskedEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfMaskedEntry.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). The acrylic view creates a blurred, translucent background that blends with the content behind it, producing a frosted `glass effect` around the entry. 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 SfMaskedEntry is placed over images or colorful layouts.
12+
The [SfMaskedEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfMaskedEntry.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectView](). The acrylic view creates a blurred, translucent background that blends with the content behind it, producing a frosted `glass effect` around the entry. 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 SfMaskedEntry is placed over images or colorful layouts.
1313

1414
## Availability
1515

@@ -19,9 +19,9 @@ The [SfMaskedEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.
1919

2020
## Prerequisites
2121

22-
- Add the Syncfusion.Maui.Core package (for SfGlassEffectsView) and Syncfusion.Maui.Inputs (for SfMaskedEntry).
22+
- Add the Syncfusion.Maui.Core package (for SfGlassEffectView) and Syncfusion.Maui.Inputs (for SfMaskedEntry).
2323

24-
XAML example Wrap the `SfMaskedEntry` in an `SfGlassEffectsView` and adjust visual properties to achieve the desired glass effect.
24+
XAML example Wrap the `SfMaskedEntry` in an `SfGlassEffectView` and adjust visual properties to achieve the desired glass effect.
2525

2626
{% tabs %}
2727
{% highlight xaml hl_lines="20" %}
@@ -37,7 +37,7 @@ XAML example Wrap the `SfMaskedEntry` in an `SfGlassEffectsView` and adjust visu
3737
<!-- Background content to make the acrylic blur visible -->
3838
<Grid>
3939
<Image Source="wallpaper.jpg" Aspect="AspectFill" />
40-
<core:SfGlassEffectsView
40+
<core:SfGlassEffectView
4141
CornerRadius="20"
4242
HeightRequest="40"
4343
EffectType="Regular"
@@ -49,7 +49,7 @@ XAML example Wrap the `SfMaskedEntry` in an `SfGlassEffectsView` and adjust visu
4949
ClearButtonVisibility="WhileEditing"
5050
MaskType="RegEx"
5151
Mask="[A-Za-z0-9._%-]+@[A-Za-z0-9]+.[A-Za-z]{2,3}" />
52-
</core:SfGlassEffectsView>
52+
</core:SfGlassEffectView>
5353
</Grid>
5454
</ContentPage>
5555

@@ -59,7 +59,7 @@ XAML example Wrap the `SfMaskedEntry` in an `SfGlassEffectsView` and adjust visu
5959
using Syncfusion.Maui.Core;
6060
using Syncfusion.Maui.Inputs;
6161

62-
var glassEffect = new SfGlassEffectsView
62+
var glassEffect = new SfGlassEffectView
6363
{
6464
CornerRadius=20,
6565
HeightRequest=40,

MAUI/NumericEntry/LiquidGlassSupport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Liquid glass support
1111

12-
The [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectsView](). The acrylic view creates a blurred, translucent background that blends with the content behind it, producing a frosted `glass effect` around the entry. 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 SfNumericEntry is placed over images or colorful layouts.
12+
The [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectView](). The acrylic view creates a blurred, translucent background that blends with the content behind it, producing a frosted `glass effect` around the entry. 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 SfNumericEntry is placed over images or colorful layouts.
1313

1414
## Availability
1515

@@ -19,9 +19,9 @@ The [SfNumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs
1919

2020
## Prerequisites
2121

22-
- Add the Syncfusion.Maui.Core package (for SfGlassEffectsView) and Syncfusion.Maui.Inputs (for SfNumericEntry).
22+
- Add the Syncfusion.Maui.Core package (for SfGlassEffectView) and Syncfusion.Maui.Inputs (for SfNumericEntry).
2323

24-
XAML example Wrap the `SfNumericEntry` in an `SfGlassEffectsView` and adjust visual properties to achieve the desired glass effect.
24+
XAML example Wrap the `SfNumericEntry` in an `SfGlassEffectView` and adjust visual properties to achieve the desired glass effect.
2525

2626
{% tabs %}
2727
{% highlight xaml hl_lines="31" %}
@@ -37,7 +37,7 @@ XAML example Wrap the `SfNumericEntry` in an `SfGlassEffectsView` and adjust vis
3737
<!-- Background content to make the acrylic blur visible -->
3838
<Grid>
3939
<Image Source="wallpaper.jpg" Aspect="AspectFill" />
40-
<core:SfGlassEffectsView
40+
<core:SfGlassEffectView
4141
CornerRadius="20"
4242
HeightRequest="40"
4343
EffectType="Regular"
@@ -51,7 +51,7 @@ XAML example Wrap the `SfNumericEntry` in an `SfGlassEffectsView` and adjust vis
5151
Background="Transparent"
5252
Minimum="0"
5353
ShowClearButton="True" />
54-
</core:SfGlassEffectsView>
54+
</core:SfGlassEffectView>
5555
</Grid>
5656
</ContentPage>
5757

@@ -61,7 +61,7 @@ XAML example Wrap the `SfNumericEntry` in an `SfGlassEffectsView` and adjust vis
6161
using Syncfusion.Maui.Core;
6262
using Syncfusion.Maui.Inputs;
6363

64-
var glassEffect = new SfGlassEffectsView
64+
var glassEffect = new SfGlassEffectView
6565
{
6666
CornerRadius=20,
6767
HeightRequest=40,

MAUI/SignaturePad/LiquidGlassSupport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Liquid glass support
1111

12-
The [SignaturePad](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SignaturePad.SfSignaturePad.html) supports a `liquid glass` 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 SfSignaturePad is placed over images or colorful layouts
12+
The [SignaturePad](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SignaturePad.SfSignaturePad.html) supports a `liquid glass` appearance by hosting the control inside the Syncfusion [SfGlassEffectView](). 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 SfSignaturePad is placed over images or colorful layouts
1313

1414
## Availability
1515

@@ -19,9 +19,9 @@ The [SignaturePad](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Signature
1919

2020
## Prerequisites
2121

22-
- Add Syncfusion.Maui.Core (for SfGlassEffectsView) and Syncfusion.Maui.SignaturePad (for SfSignaturePad).
22+
- Add Syncfusion.Maui.Core (for SfGlassEffectView) and Syncfusion.Maui.SignaturePad (for SfSignaturePad).
2323

24-
XAML example Wrap the SfSignaturePad in an `SfGlassEffectsView` and adjust glassEffects properties to achieve the desired glass effect.
24+
XAML example Wrap the SfSignaturePad in an `SfGlassEffectView` and adjust glassEffects properties to achieve the desired glass effect.
2525

2626
{% tabs %}
2727
{% highlight xaml hl_lines="20" %}
@@ -37,7 +37,7 @@ XAML example Wrap the SfSignaturePad in an `SfGlassEffectsView` and adjust glass
3737
<Grid>
3838
<!-- Background to make the glassEffects blur visible -->
3939
<Image Source="wallpaper.jpg" Aspect="AspectFill" />
40-
<core:SfGlassEffectsView
40+
<core:SfGlassEffectView
4141
CornerRadius="20"
4242
HeightRequest="40"
4343
EffectType="Regular"
@@ -48,7 +48,7 @@ XAML example Wrap the SfSignaturePad in an `SfGlassEffectsView` and adjust glass
4848
Background="Transparent"
4949
StrokeColor="#1F2937"
5050
StrokeWidth="2"/>
51-
</core:SfGlassEffectsView>
51+
</core:SfGlassEffectView>
5252
</Grid>
5353
</ContentPage>
5454

@@ -58,7 +58,7 @@ XAML example Wrap the SfSignaturePad in an `SfGlassEffectsView` and adjust glass
5858
using Syncfusion.Maui.Core;
5959
using Syncfusion.Maui.SignaturePad;
6060

61-
var glassEffects = new SfGlassEffectsView
61+
var glassEffects = new SfGlassEffectView
6262
{
6363
CornerRadius=20,
6464
HeightRequest=40,

0 commit comments

Comments
 (0)