
|
<border:SfBorder WidthRequest="450" HeightRequest="500">
<StackLayout>
<buttons:SfSegmentedControl HorizontalOptions="Start" VerticalOptions=" Start" HeightRequest="150" WidthRequest="200"
BorderColor="#3F3F3F"
FontColor="Black"
CornerRadius="5"
SegmentCornerRadius="5"
SegmentHeight="40"
Color="LightBlue"
SelectionTextColor="#02A0AE">
<sys:List x:TypeArguments="x:String">
<x:String>Hide</x:String>
<x:String>Show</x:String>
</sys:List>
</buttons:SfSegmentedControl>
</StackLayout>
</border:SfBorder> |