Skip to content

Commit 2039bd7

Browse files
Highlighted property name.
1 parent 1f2d9e2 commit 2039bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maui-toolkit/Segmented-Control/selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,11 @@ public partial class MainPage : ContentPage
459459

460460
## Enable or Disable Ripple Animation
461461

462-
The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.SegmentedControl.SfSegmentedControl.html?tabs=tabid-34%2Ctabid-30%2Ctabid-19%2Ctabid-16%2Ctabid-3%2Ctabid-24%2Ctabid-32%2Ctabid-8%2Ctabid-36%2Ctabid-10%2Ctabid-6%2Ctabid-14%2Ctabid-37%2Ctabid-26%2Ctabid-28%2Ctabid-22%2Ctabid-12%2Ctabid-1) provides a ripple animation that visually highlights a segment when it is tapped. This effect applies to both default segment items and items defined using custom data templates. You can enable or disable this animation using the EnableRippleEffect property. Set EnableRippleEffect to true to display the ripple effect when a segment is selected. Set it to false to disable the ripple animation.
462+
The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.SegmentedControl.SfSegmentedControl.html?tabs=tabid-34%2Ctabid-30%2Ctabid-19%2Ctabid-16%2Ctabid-3%2Ctabid-24%2Ctabid-32%2Ctabid-8%2Ctabid-36%2Ctabid-10%2Ctabid-6%2Ctabid-14%2Ctabid-37%2Ctabid-26%2Ctabid-28%2Ctabid-22%2Ctabid-12%2Ctabid-1) provides a ripple animation that visually highlights a segment when it is tapped. This effect applies to both default segment items and items defined using custom data templates. You can enable or disable this animation using the `EnableRippleEffect` property. Set `EnableRippleEffect` to true to display the ripple effect when a segment is selected. Set it to false to disable the ripple animation.
463463

464464

465465
{% tabs %}
466-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="2" %}
466+
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="4" %}
467467

468468
<ContentPage
469469
xmlns:segmentedControl="clr-namespace:Syncfusion.Maui.Toolkit.SegmentedControl;assembly=Syncfusion.Maui.Toolkit">
@@ -486,7 +486,7 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
486486
{% endtabs %}
487487

488488
{% tabs %}
489-
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="10" %}
489+
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="17" %}
490490

491491
using Syncfusion.Maui.Toolkit.SegmentedControl;
492492
. . .

0 commit comments

Comments
 (0)