File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
maui-toolkit/Segmented-Control Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
491488using Syncfusion.Maui.Toolkit.SegmentedControl;
492489. . .
You can’t perform that action at this time.
0 commit comments