Skip to content

Commit 1fc5554

Browse files
updated changes
1 parent 810eff9 commit 1fc5554

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

maui-toolkit/Segmented-Control/selection.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
469469
xmlns:segmentedControl="clr-namespace:Syncfusion.Maui.Toolkit.SegmentedControl;assembly=Syncfusion.Maui.Toolkit">
470470

471471
<segmentedControl:SfSegmentedControl x:Name="segmentedControl"
472-
EnableRippleEffect="False">
472+
EnableRippleEffect="False">
473473
<button:SfSegmentedControl.ItemsSource>
474474
<x:Array Type="{x:Type x:String}">
475475
<x:String>Day</x:String>
@@ -483,10 +483,7 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
483483
</ContentPage>
484484

485485
{% endhighlight %}
486-
{% endtabs %}
487-
488-
{% tabs %}
489-
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="17" %}
486+
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="18" %}
490487

491488
using Syncfusion.Maui.Toolkit.SegmentedControl;
492489
. . .

0 commit comments

Comments
 (0)