Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="1.3.2" />

.NET API 361,336 bytes

 TabViewItem

public class TabViewItem : TemplatedView
public sealed delegate TabTappedEventHandler : MulticastDelegate

public static readonly BindableProperty BadgeTextProperty

public static readonly BindableProperty ContentProperty

public static readonly BindableProperty CurrentIconProperty

public static readonly BindableProperty FontFamilyProperty

public static readonly BindableProperty FontSizeProperty

public static readonly BindableProperty IconProperty

public static readonly BindableProperty IconSelectedProperty

public static readonly BindableProperty IsSelectedProperty

public const string SelectedVisualState = "Selected"

public static readonly BindableProperty TabWidthProperty

public static readonly BindableProperty TapCommandProperty

public static readonly BindableProperty TextColorProperty

public static readonly BindableProperty TextProperty

public const string UnselectedVisualState = "Unselected"

public Color BadgeBackgroundColor { get; set; }

public Color BadgeBackgroundColorSelected { get; set; }

public Color BadgeBorderColor { get; set; }

public Color BadgeBorderColorSelected { get; set; }

public string BadgeText { get; set; }

public Color BadgeTextColor { get; set; }

public View Content { get; set; }

public View CurrentContent { get; }

public string CurrentFontFamily { get; }

public double CurrentFontSize { get; }

public ImageSource CurrentIcon { get; }

public Color CurrentTextColor { get; }

public FontAttributes FontAttributes { get; set; }

public string FontFamily { get; set; }

public string FontFamilySelected { get; set; }

public double FontSize { get; set; }

public double FontSizeSelected { get; set; }

public ImageSource Icon { get; set; }

public ImageSource IconSelected { get; set; }

public bool IsSelected { get; set; }

public ITabViewItemAnimation TabAnimation { get; set; }

public double TabWidth { get; set; }

public ICommand TapCommand { get; set; }

public string Text { get; set; }

public Color TextColor { get; set; }

public Color TextColorSelected { get; set; }

public TabViewItem()