UI for Xamarin
A segmented control is a control allowing users to select between different two or more contexts. The control itself is a set of linear segments with the same size, each of which has capabilities of a button. Just Like a button, each segment can contain text or images.
When an item is selected, the Segmented control exposes SelectionChanged event giving you as the developer an easy way to introduce custom code or logic for the selected item
Every segment can be dispalyed with image or with text allowing the user to present its navigation with ebst UX fitiing for his scenario
The Segmented control offers full API for customizing the background and the text of normal and seleted states of segment items