You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CheckBox/MainPage.xaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
7
7
8
8
<StackLayout>
9
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="CharacterWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
10
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="HeadTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
11
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="TailTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
12
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="MiddleTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
13
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="NoWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
14
-
<syncfusion:SfCheckBoxx:Name="checkBox"LineBreakMode="WordWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
9
+
<syncfusion:SfCheckBoxx:Name="checkBox1"LineBreakMode="CharacterWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
10
+
<syncfusion:SfCheckBoxx:Name="checkBox2"LineBreakMode="HeadTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
11
+
<syncfusion:SfCheckBoxx:Name="checkBox3"LineBreakMode="TailTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
12
+
<syncfusion:SfCheckBoxx:Name="checkBox4"LineBreakMode="MiddleTruncation"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
13
+
<syncfusion:SfCheckBoxx:Name="checkBox5"LineBreakMode="NoWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
14
+
<syncfusion:SfCheckBoxx:Name="checkBox6"LineBreakMode="WordWrap"WidthRequest="200"HeightRequest="50"Text="The LineBreakMode allows you to wrap or truncate the text. The default value of this property is NoWrap. The following other options are available in LineBreakMode"/>
0 commit comments