Skip to content

Commit 588b311

Browse files
Corrected CI errors
1 parent 3562f4e commit 588b311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/Segmented-Control/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public partial class MainPage : ContentPage
245245
Customize the text style of each segment item using the [TextStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html#Syncfusion_Maui_Buttons_SfSegmentItem_TextStyle) property of [SfSegmentItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html).
246246

247247
{% tabs %}
248-
{% highlight C# tabtitle="MainPage.xaml.cs"%}
248+
{% highlight C# tabtitle="MainPage.xaml.cs" %}
249249

250250
using Syncfusion.Maui.Buttons;
251251
. . .
@@ -324,7 +324,7 @@ public partial class MainPage : ContentPage
324324
Customize the background of each segment item using the [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html#Syncfusion_Maui_Buttons_SfSegmentItem_Background) property of [SfSegmentItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfSegmentItem.html).
325325

326326
{% tabs %}
327-
{% highlight C# tabtitle="MainPage.xaml.cs"%}
327+
{% highlight C# tabtitle="MainPage.xaml.cs" %}
328328

329329
using Syncfusion.Maui.Buttons;
330330
. . .

0 commit comments

Comments
 (0)