File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed 
maui-toolkit/Segmented-Control Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -463,13 +463,13 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
463463
464464
465465{% tabs %}
466- {% highlight xaml tabtitle="MainPage.xaml" hl_lines="4 " %}
466+ {% highlight xaml tabtitle="MainPage.xaml" hl_lines="5 " %}
467467
468468<ContentPage   
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