Skip to content

Commit f4e22bb

Browse files
Updated API Link and content
1 parent ab84989 commit f4e22bb

File tree

8 files changed

+28
-34
lines changed

8 files changed

+28
-34
lines changed

MAUI/Backdrop/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Front
1717

1818
### Step 1: Enable the liquid glass effect on Front or Back Layer
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfBackdropPage` control's Front or Back Layer to apply the Liquid Glass Effect.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.BackdropBackLayer.html#Syncfusion_Maui_Backdrop_BackdropBackLayer_EnableLiquidGlassEffect) property to `true` in the [SfBackdropPage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.SfBackdropPage.html) control's Front or Back Layer to apply the Liquid Glass Effect.
2121

2222
### Step 2: Customize the background
2323

2424
To achieve a glass like background in the Front or Back Layer, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
2525

26-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the Front or Back layer of the `SfBackdropPage` control:
26+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the Front or Back layer of the [SfBackdropPage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Backdrop.SfBackdropPage.html) control:
2727

2828
{% tabs %}
2929
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/Calendar/liquid-glass-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Calend
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Calendar` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI [Calendar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html) control, wrap the control inside the [SfGlassEffectView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
22+
For more details, refer to the [Liquid Glass Getting Started documentation](https://help.syncfusion.com/maui/liquid-glass-ui/getting-started).
2323

2424
### Step 2: Enable the liquid glass effect on Image Editor
2525

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfCalendar` 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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html#Syncfusion_Maui_Calendar_SfCalendar_EnableLiquidGlassEffect) property to `true` in the [SfCalendar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html) 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

3030
To achieve a glass like background in the Calendar, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfCalendar` control:
32+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfCalendar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Calendar.SfCalendar.html) control:
3333

3434
{% tabs %}
3535
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/Cards/liquid-glass-effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Card V
1717

1818
### Step 1: Enable the liquid glass effect on Card View
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the card view to apply the Liquid Glass Effect.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardView.html#Syncfusion_Maui_Cards_SfCardView_EnableLiquidGlassEffect) property to `true` in the [SfCardView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardView.html) to apply the Liquid Glass Effect.
2121

2222
### Step 2: Customize the background
2323

2424
To achieve a glass like background in the card view, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
2525

26-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the card view:
26+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfCardView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardView.html):
2727

2828
{% tabs %}
2929
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/DatePicker/liquid-glass-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Date P
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Date Picker` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI [Date Picker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html) control, wrap the control inside the [SfGlassEffectView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
22+
For more details, refer to the [Liquid Glass Getting Started documentation](https://help.syncfusion.com/maui/liquid-glass-ui/getting-started).
2323

2424
### Step 2: Enable the liquid glass effect on Date Picker
2525

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfDatePicker` 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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_EnableLiquidGlassEffect) property to `true` in the [SfDatePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html) 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

3030
To achieve a glass like background in the Date Picker, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfDatePicker` control:
32+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfDatePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html) control:
3333

3434
{% tabs %}
3535
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/DateTimePicker/liquid-glass-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Date T
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Date Time Picker` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI [Date Time Picker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDateTimePicker.html) control, wrap the control inside the [SfGlassEffectView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
22+
For more details, refer to the [Liquid Glass Getting Started documentation](https://help.syncfusion.com/maui/liquid-glass-ui/getting-started).
2323

2424
### Step 2: Enable the liquid glass effect on Date Time Picker
2525

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfDateTimePicker` 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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_EnableLiquidGlassEffect) property to `true` in the [SfDateTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDateTimePicker.html) 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

3030
To achieve a glass like background in the Date Time Picker, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfDateTimePicker` control:
32+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfDateTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDateTimePicker.html) control:
3333

3434
{% tabs %}
3535
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/Picker/liquid-glass-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Picker
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Picker` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI [Picker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html) control, wrap the control inside the [SfGlassEffectView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
22+
For more details, refer to the [Liquid Glass Getting Started documentation](https://help.syncfusion.com/maui/liquid-glass-ui/getting-started).
2323

2424
### Step 2: Enable the liquid glass effect on Picker
2525

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfPicker` 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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_EnableLiquidGlassEffect) property to `true` in the [SfPicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html) 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

3030
To achieve a glass like background in the Picker, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfPicker` control:
32+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfPicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfPicker.html) control:
3333

3434
{% tabs %}
3535
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/TimePicker/liquid-glass-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Time P
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Time Picker` control, wrap the control inside the `SfGlassEffectView` class.
20+
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI [Time Picker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfTimePicker.html) control, wrap the control inside the [SfGlassEffectView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
22+
For more details, refer to the [Liquid Glass Getting Started documentation](https://help.syncfusion.com/maui/liquid-glass-ui/getting-started).
2323

2424
### Step 2: Enable the liquid glass effect on Time Picker
2525

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfTimePicker` 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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_EnableLiquidGlassEffect) property to `true` in the [SfTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfTimePicker.html) 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

3030
To achieve a glass like background in the Time Picker, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3131

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfTimePicker` control:
32+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfTimePicker](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfTimePicker.html) control:
3333

3434
{% tabs %}
3535
{% highlight xaml tabtitle="MainPage.xaml" %}

MAUI/Toolbar/liquid-glass-effect.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,15 @@ The Liquid Glass Effect introduces a modern, translucent design with adaptive co
1515

1616
Follow these steps to enable and configure the Liquid Glass Effect in the Toolbar control:
1717

18-
### Step 1: Wrap the control inside glass effect view
18+
### Step 1: Enable the liquid glass effect on Toolbar
1919

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `Toolbar` control, wrap the control inside the `SfGlassEffectView` class.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbar.html#Syncfusion_Maui_Toolbar_SfToolbar_EnableLiquidGlassEffect) property to `true` in the [SfToolbar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbar.html) 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.
2121

22-
For more details, refer to the `Liquid Glass Getting Started documentation`.
23-
24-
### Step 2: Enable the liquid glass effect on Toolbar
25-
26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfToolbar` 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.
27-
28-
### Step 3: Customize the background
22+
### Step 2: Customize the background
2923

3024
To achieve a glass like background in the Toolbar, set the `Background` property to `Transparent`. The background will then be treated as a tinted color, ensuring a consistent glass effect across the controls.
3125

32-
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfToolbar` control:
26+
The following code snippet demonstrates how to apply the Liquid Glass Effect to the [SfToolbar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Toolbar.SfToolbar.html) control:
3327

3428
{% tabs %}
3529
{% highlight xaml tabtitle="MainPage.xaml" %}

0 commit comments

Comments
 (0)