Skip to content

Commit 4c83c82

Browse files
API links
1 parent 34fc682 commit 4c83c82

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

MAUI/Autocomplete/LiquidGlassSupport.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 Autoco
1717

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

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

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

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

26-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfAutocomplete` 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] property to `true` in the `SfAutocomplete` 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

MAUI/Button/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Button
1717

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

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

2222
### Step 3: Customize the background
2323

MAUI/Chips/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Chips
1717

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

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfChip` 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.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfChipGroup.html#Syncfusion_Maui_Core_SfChipGroup_EnableLiquidGlassEffect) property to `true` in the [SfChipGroup](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfChipGroup.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

2222
### Step 3: Customize the background
2323

MAUI/ComboBox/LiquidGlassSupport.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 ComboB
1717

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

20-
To apply the Liquid Glass Effect to Syncfusion® .NET MAUI `ComboBox` 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](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfGlassEffectView.html) class.
2121

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

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

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

MAUI/DateTime-Range-Selector/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the DateTi
1717

1818
### Step 1: Enable the liquid glass effect on DateTime RangeSelector
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfDateTimeRangeSelector` control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the [EnableLiquidGlassEffect]() property to `true` in the [SfDateTimeRangeSelector](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfDateTimeRangeSelector.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
2121

2222
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfDateTimeRangeSelector` control:
2323

MAUI/DateTime-Range-Slider/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the DateTi
1717

1818
### Step 1: Enable the liquid glass effect on DateTime RangeSlider
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfDateTimeRangeSlider` control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the `EnableLiquidGlassEffect` property to `true` in the [SfDateTimeRangeSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfDateTimeRangeSlider.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
2121

2222
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfDateTimeRangeSlider` control:
2323

MAUI/DateTime-Slider/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the DateTi
1717

1818
### Step 1: Enable the liquid glass effect on DateTime Slider
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfDateTimeSlider` control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the `EnableLiquidGlassEffect` property to `true` in the [SfDateTimeSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfDateTimeSlider.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
2121

2222
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfDateTimeSlider` control:
2323

MAUI/Masked-Entry/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Masked
1717

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

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

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

MAUI/NumericEntry/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Numeri
1717

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

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

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

MAUI/Range-Selector/LiquidGlassSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these steps to enable and configure the Liquid Glass Effect in the Range
1717

1818
### Step 1: Enable the liquid glass effect on Range Selector
1919

20-
Set the `EnableLiquidGlassEffect` property to `true` in the `SfRangeSelector` control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the `EnableLiquidGlassEffect` property to `true` in the [SfRangeSelector](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfRangeSelector.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
2121

2222
The following code snippet demonstrates how to apply the Liquid Glass Effect to the `SfRangeSelector` control:
2323

0 commit comments

Comments
 (0)