Skip to content

Commit

Permalink
Updated RadioButton sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
KishoreJey committed Jun 26, 2024
1 parent a98aa1e commit b7e144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadioButton/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@




<StackLayout>
<syncfusion:SfRadioButton x: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"/>
<syncfusion:SfRadioButton x: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"/>
Expand Down

0 comments on commit b7e144b

Please sign in to comment.