Skip to content

Commit 64ac073

Browse files
authored
Merge pull request #3945 from syncfusion-content/SliderEditorAPIlinks
Slider editor API links
2 parents 5523266 + f674a4c commit 64ac073

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

MAUI/Autocomplete/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: 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](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_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/ComboBox/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: Enable the liquid glass effect on ComboBox
2525

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.
26+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.DropDownControls.DropDownListBase.html#Syncfusion_Maui_Inputs_DropDownControls_DropDownListBase_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](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.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_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](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.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_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](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.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_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/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](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.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_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

MAUI/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 Range
1717

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

20-
Set the `EnableLiquidGlassEffect` property to `true` in the [SfRangeSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfRangeSlider.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_EnableLiquidGlassEffect) property to `true` in the [SfRangeSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfRangeSlider.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 `SfRangeSlider` control:
2323

MAUI/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 Slider
1717

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

20-
Set the `EnableLiquidGlassEffect` property to `true` in the [SfSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfSlider.html) control to apply the Liquid Glass Effect. When enabled,it provides responsive interaction for a smooth and engaging user experience.
20+
Set the [EnableLiquidGlassEffect](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.RangeView-1.html#Syncfusion_Maui_Sliders_RangeView_1_EnableLiquidGlassEffect) property to `true` in the [SfSlider](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Sliders.SfSlider.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 `SfSlider` control:
2323

0 commit comments

Comments
 (0)